This commit is contained in:
The Arrayser 2022-08-30 12:35:03 +02:00 committed by GitHub
parent d8145a8cc9
commit dab907dc14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,5 +41,5 @@ void sus_heapFree(void * memroy); // what should this function do, if an error o
// Networking API -- coming soon, cuz idk // Networking API -- coming soon, cuz idk
//Threads //Threads
sus_Bool sus_threadNew(int (*proc)(int arg), int arg); sus_Bool sus_threadNew(int (*proc)(void* arg), void* arg);
void sus_threadSleep(unsigned long seconds); void sus_threadSleep(unsigned long seconds);