Autoarr_define

This commit is contained in:
2022-07-17 17:05:10 +03:00
parent ecae6eb04e
commit 2de4506e01
10 changed files with 38 additions and 37 deletions

View File

@@ -12,7 +12,7 @@ typedef struct KVPair{
Unitype value;
} KVPair;
declare_Autoarr(KVPair)
Autoarr_declare(KVPair)
// proper way to clear a KVP
void KVPair_free(KVPair p);