e
This commit is contained in:
parent
28d63d89dd
commit
d0e5aec342
@ -41,5 +41,5 @@ void sus_heapFree(void * memroy); // what should this function do, if an error o
|
||||
// Networking API -- coming soon, cuz idk
|
||||
|
||||
//Threads
|
||||
sus_Bool sus_threadNew(int (*proc)(void* arg), void* arg);
|
||||
sus_Bool sus_threadNew(__attribute__ ((stdcall)) int (*proc)(void));
|
||||
void sus_threadSleep(unsigned long seconds);
|
Loading…
Reference in New Issue
Block a user