Refactor strings and allocator to primitives

This commit is contained in:
2025-05-04 23:25:27 +01:00
parent 163283f77f
commit f444911452
30 changed files with 51 additions and 272 deletions

View File

@@ -2,7 +2,7 @@
#define WAPP_C
#include "wapp.h"
#include "containers/wapp_containers.c"
#include "primitives/wapp_primitives.c"
#include "core/wapp_core.c"
#include "prng/wapp_prng.c"
#include "uuid/uuid.c"