Initial commit

This commit is contained in:
2026-05-25 15:15:52 -06:00
commit 50406e3819
6 changed files with 203 additions and 0 deletions

8
test/test_allocator.c Normal file
View File

@@ -0,0 +1,8 @@
#include "allocator.h"
#include <cmocka.h>
#include <setjmp.h>
#include <stdarg.h>
#include <stddef.h>
#include <stdlib.h>
int main(void) { return EXIT_SUCCESS; }