diff options
Diffstat (limited to 'cc.h')
-rw-r--r-- | cc.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +#ifndef CC_H +#define CC_H +#include <stdint.h> + +void error(const char *file, uintmax_t line, const char *fmt, ...); + +#endif |
![]() |
index : cc | |
a C-language compilation system (WITHDRAWN in SUSv3) |
summaryrefslogtreecommitdiff |