sustem
This commit is contained in:
parent
f5ff3a5efa
commit
b147262903
@ -42,5 +42,5 @@ void sus_heapFree(void * memroy); // what should this function do, if an error o
|
|||||||
|
|
||||||
//Threads
|
//Threads
|
||||||
typedef __attribute__ ((cdecl)) int (*sus_threadProc)(void);
|
typedef __attribute__ ((cdecl)) int (*sus_threadProc)(void);
|
||||||
sus_Bool sus_threadNew(sus_threadProc proc);
|
sus_Bool sus_threadNew(sus_threadProc proc, void * arg);
|
||||||
void sus_threadSleep(unsigned long seconds);
|
void sus_threadSleep(unsigned long seconds);
|
Loading…
Reference in New Issue
Block a user