// vi:ft=c #ifndef UTIL_H #define UTIL_H void panicf(const char *fmt, ...); #endif