add identifier to parser
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
#include <stddef.h> // for size_t
|
||||
|
||||
// GC-managed allocations
|
||||
void* ar_alloc(size_t size);
|
||||
void* ar_alloc_atomic(size_t size);
|
||||
char* ar_strdup(const char* str);
|
||||
void *ar_alloc(size_t size);
|
||||
void *ar_alloc_atomic(size_t size);
|
||||
char *ar_strdup(const char *str);
|
||||
|
||||
// Memory init/shutdown
|
||||
void ar_memory_init();
|
||||
|
||||
Reference in New Issue
Block a user