#ifndef UTIL_H #define UTIL_H void die(const char *fmt, ...); #endif