make vec test split into .h and .c files

This commit is contained in:
r4
2022-05-29 21:53:25 +02:00
parent 368dde5c89
commit 0d999f5b39
4 changed files with 16 additions and 6 deletions

View File

@@ -54,6 +54,8 @@ FUNCDECL(bool, _del)(NAME m, KTYPE key);
FUNCDECL(Error, _rehash)(NAME *m, size_t new_minimum_cap);
FUNCDECL(bool, _it_next)(NAME m, ITEM_TYPE **restrict it);
VARDEF(const char *, test_string_lol) = NULL;
#ifdef GENERIC_IMPL
VARDEF(const char *, __val_fmt) = NULL;
VARDEF(const char *, __key_fmt) = NULL;