Some work

This commit is contained in:
2026-04-09 23:27:34 -07:00
parent 0671e17e8e
commit 52e421d0c9
7 changed files with 218 additions and 7 deletions

4
util.h
View File

@@ -11,4 +11,8 @@
# define ATTR_FORMAT(...)
#endif
#include <stdlib.h>
void *malloc_safe(size_t size);
#endif