/** * Author......: See docs/credits.txt * License.....: MIT */ #ifndef _MONITOR_H #define _MONITOR_H void *thread_monitor (void *p); #endif // _MONITOR_H