From dab907dc14b4778b1393d74f311d8f5bb39f6d02 Mon Sep 17 00:00:00 2001 From: The Arrayser <68914060+TheArrayser@users.noreply.github.com> Date: Tue, 30 Aug 2022 12:35:03 +0200 Subject: [PATCH] pointer --- System Abstraction/cdb_sustem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System Abstraction/cdb_sustem.h b/System Abstraction/cdb_sustem.h index ae15176..325bd2c 100644 --- a/System Abstraction/cdb_sustem.h +++ b/System Abstraction/cdb_sustem.h @@ -41,5 +41,5 @@ void sus_heapFree(void * memroy); // what should this function do, if an error o // Networking API -- coming soon, cuz idk //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); \ No newline at end of file