This commit is contained in:
The Arrayser 2022-08-30 12:43:24 +02:00 committed by GitHub
parent 28d63d89dd
commit d0e5aec342
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)(void* arg), void* arg); sus_Bool sus_threadNew(__attribute__ ((stdcall)) int (*proc)(void));
void sus_threadSleep(unsigned long seconds); void sus_threadSleep(unsigned long seconds);