1 2 3 4 5 6
#ifndef ORYX_ERRORS_H #define ORYX_ERRORS_H void err(const char *, ...); #endif /* !ORYX_ERRORS_H */