#ifndef __UTILS_H__ #define __UTILS_H__ #include noreturn void die(int code, char *fmt, ...); #endif /* __UTILS_H__ */