mirror of
https://gittea.dev/nova/th.git
synced 2025-10-21 18:30:15 -04:00
15 lines
246 B
C
15 lines
246 B
C
#include <curses.h>
|
|
|
|
#ifndef THREADING_GUARD
|
|
#define THREADING_GUARD
|
|
#include "threading.c"
|
|
#endif
|
|
|
|
void *thread_lft();
|
|
void *thread_mid();
|
|
void *thread_rgt();
|
|
void *thread_top();
|
|
void *thread_btm();
|
|
void threading_init();
|
|
void threading_free();
|