Add files via upload
This commit is contained in:
parent
d0e5aec342
commit
765d011630
@ -41,5 +41,6 @@ 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(__attribute__ ((stdcall)) int (*proc)(void));
|
||||
typedef __attribute__ ((cdecl)) int (*sus_threadProc)(void);
|
||||
sus_Bool sus_threadNew(sus_threadProc proc);
|
||||
void sus_threadSleep(unsigned long seconds);
|
Loading…
Reference in New Issue
Block a user