Add files via upload

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

View File

@ -41,6 +41,6 @@ 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
typedef __attribute__ ((cdecl)) int (*sus_threadProc)(void); typedef __attribute__ ((sysv_abi)) int (*sus_threadProc)(void);
sus_Bool sus_threadNew(sus_threadProc proc, void * arg); sus_Bool sus_threadNew(sus_threadProc proc, void * arg);
void sus_threadSleep(unsigned long seconds); void sus_threadSleep(unsigned long seconds);