mirror of
https://gittea.dev/nova/th.git
synced 2025-10-22 02:40:15 -04:00
refractoring, fixed enter_shell
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
#include <curses.h>
|
||||
|
||||
#ifndef THREADING_GUARD
|
||||
#define THREADING_GUARD
|
||||
#include "threading.c"
|
||||
#endif
|
||||
|
||||
void *thread_lft(void *data);
|
||||
void *thread_mid(void *data);
|
||||
|
Reference in New Issue
Block a user