code base good enough to actually progress
This commit is contained in:
10
threading.h
Normal file
10
threading.h
Normal file
@ -0,0 +1,10 @@
|
||||
#include <curses.h>
|
||||
#include "threading.c"
|
||||
|
||||
void *thread_lft(void *data);
|
||||
void *thread_mid(void *data);
|
||||
void *thread_rgt(void *data);
|
||||
void *thread_top(void *data);
|
||||
void *thread_btm(void *data);
|
||||
void threading_init();
|
||||
void threading_free();
|
Reference in New Issue
Block a user