1 2 3 4 5 6 7
#ifndef CC_H #define CC_H #include <stdint.h> void error(const char *file, uintmax_t line, const char *fmt, ...); #endif