diff options
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -1,9 +0,0 @@ -#include <stdbool.h> - -#ifndef __UTIL_H -#define __UTIL_H - -void panic(const char *); -int setblocking(int fd, bool blocking); - -#endif |