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