1 2 3 4 5 6 7 8
#ifndef ORYX_ERRORS_H #define ORYX_ERRORS_H #include <stdnoreturn.h> noreturn void err(const char *, ...); #endif /* !ORYX_ERRORS_H */