Add thread spawning FFI

This commit is contained in:
Jett Chen 2023-08-27 10:21:55 +08:00
parent a2cbd2ad77
commit 1b69b4a8e1
7 changed files with 98 additions and 29 deletions

View file

@ -9,3 +9,4 @@ typedef struct {
NetWorkSettings getNetworkSettings(int);
void initialize_oslog();
void spawn_server();