1 2 3 4 5 6 7 8
#ifndef __UTILS_H__ #define __UTILS_H__ #include <stdnoreturn.h> noreturn void die(int code, char *fmt, ...); #endif /* __UTILS_H__ */