diff --git a/System Abstraction/cdb_Sustem.h b/System Abstraction/cdb_sustem.h similarity index 96% rename from System Abstraction/cdb_Sustem.h rename to System Abstraction/cdb_sustem.h index dc6abd8..fb76e50 100644 --- a/System Abstraction/cdb_Sustem.h +++ b/System Abstraction/cdb_sustem.h @@ -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_heapFree(void * memroy); // what should this function do, if an error occurse.. -// Networking API -- coming soon, cuz idk \ No newline at end of file +// Networking API -- coming soon, cuz idk