#ifndef LOG_H #define LOG_H #include __attribute__((noreturn)) void errln(struct ctx_location *location, const char *fmt, ...); #endif