summaryrefslogtreecommitdiff
path: root/cc.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc.h')
-rw-r--r--cc.h7
1 files changed, 7 insertions, 0 deletions
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 <stdint.h>
+
+void error(const char *file, uintmax_t line, const char *fmt, ...);
+
+#endif