This commit is contained in:
The Arrayser 2022-08-30 13:16:32 +02:00 committed by GitHub
parent f5ff3a5efa
commit b147262903
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,5 +42,5 @@ void sus_heapFree(void * memroy); // what should this function do, if an error o
//Threads
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);