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