parser start, no clue if i'm doing it right
This commit is contained in:
@@ -2,3 +2,7 @@
|
||||
|
||||
int noom_startswith(const char* str, char* compare);
|
||||
int noom_streql(const char* stra, noom_uint_t lena, const char* strb, noom_uint_t lenb); // rename to something better?
|
||||
|
||||
void* noom_alloc(noom_uint_t size);
|
||||
void noom_free(void* ptr);
|
||||
void* noom_realloc(void* ptr, noom_uint_t size);
|
||||
|
||||
Reference in New Issue
Block a user