#ifndef ORYX_ERRORS_H #define ORYX_ERRORS_H #include noreturn void err(const char *, ...); #endif /* !ORYX_ERRORS_H */