add if statements

This commit is contained in:
2025-06-03 13:24:12 +01:00
parent ef61c391a1
commit 18993a5d7e
16 changed files with 148 additions and 26 deletions

View File

@@ -11,4 +11,6 @@ char *ar_strdup(const char *str);
// Memory init/shutdown
void ar_memory_init();
void *checked_malloc(size_t size);
#endif // ARGON_MEMORY_H