From fd528d27b11f1d85dbf6afcd65b6bb4140e56070 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Thu, 8 Sep 2022 11:11:06 -0400 Subject: handle predefined and command line macro definitions --- cc.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cc.h (limited to 'cc.h') diff --git a/cc.h b/cc.h new file mode 100644 index 0000000..2b122a7 --- /dev/null +++ b/cc.h @@ -0,0 +1,7 @@ +#ifndef CC_H +#define CC_H +#include + +void error(const char *file, uintmax_t line, const char *fmt, ...); + +#endif -- cgit v1.2.1