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