1
0
mirror of https://gittea.dev/nova/th.git synced 2025-10-21 18:30:15 -04:00
Files
th/threading.h
2025-08-30 21:01:40 +02:00

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();