#ifndef CC_H #define CC_H #include void error(const char *file, uintmax_t line, const char *fmt, ...); #endif