smol changes 😏

This commit is contained in:
The Arrayser 2022-08-28 20:31:32 +02:00 committed by GitHub
parent c407afe435
commit ea175221e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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