base layer, mostly stolen

This commit is contained in:
Tenari
2026-04-04 09:15:37 -05:00
commit 42085666e9
18 changed files with 2528 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
#ifndef BASE_IMPL_C
#define BASE_IMPL_C
#include "math.c"
#include "os.c"
#include "memory.c"
#include "serialize.c"
#include "string.c"
#include "tctx.c"
#include "thread.c"
#include "string_chunk.c"
#endif // BASE_IMPL_C