#include #ifndef __UTIL_H #define __UTIL_H void panic(const char *); int setblocking(int fd, bool blocking); #endif