1 2 3 4 5 6 7 8
#ifndef LOG_H #define LOG_H #include <context.h> __attribute__((noreturn)) void errln(struct ctx_location *location, const char *fmt, ...); #endif