Add files via upload
This commit is contained in:
parent
bfc15af11b
commit
6214a9dbba
@ -41,6 +41,6 @@ void sus_heapFree(void * memroy); // what should this function do, if an error o
|
||||
// Networking API -- coming soon, cuz idk
|
||||
|
||||
//Threads
|
||||
typedef __attribute__ ((sysv_abi)) int (*sus_threadProc)(void);
|
||||
typedef __attribute__ ((sysv_abi)) int (*sus_threadProc)(void * arg);
|
||||
sus_Bool sus_threadNew(sus_threadProc proc, void * arg);
|
||||
void sus_threadSleep(unsigned long seconds);
|
Loading…
Reference in New Issue
Block a user