This commit is contained in:
MrLetsplay 2022-08-28 20:31:59 +02:00
commit 2747fdfb44

View File

@ -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