diff --git a/System Abstraction/cdb_sustem.h b/System Abstraction/cdb_sustem.h index fb76e50..ae15176 100644 --- a/System Abstraction/cdb_sustem.h +++ b/System Abstraction/cdb_sustem.h @@ -39,3 +39,7 @@ void * sus_heapResize(void * memroy, size_t newBytes); // returns NULL, if there void sus_heapFree(void * memroy); // what should this function do, if an error occurse.. // Networking API -- coming soon, cuz idk + +//Threads +sus_Bool sus_threadNew(int (*proc)(int arg), int arg); +void sus_threadSleep(unsigned long seconds); \ No newline at end of file