smol changes 😏
This commit is contained in:
parent
c407afe435
commit
ea175221e5
@ -38,4 +38,4 @@ void * sus_heapAlloc(size_t bytes); // returns NULL, if there is no memroy left
|
|||||||
void * sus_heapResize(void * memroy, size_t newBytes); // returns NULL, if there is no memroy left or an error occured
|
void * sus_heapResize(void * memroy, size_t newBytes); // returns NULL, if there is no memroy left or an error occured
|
||||||
void sus_heapFree(void * memroy); // what should this function do, if an error occurse..
|
void sus_heapFree(void * memroy); // what should this function do, if an error occurse..
|
||||||
|
|
||||||
// Networking API -- coming soon, cuz idk
|
// Networking API -- coming soon, cuz idk
|
Loading…
Reference in New Issue
Block a user