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