summaryrefslogtreecommitdiff
path: root/comp/cw/code/parser/preprocessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'comp/cw/code/parser/preprocessor.h')
-rw-r--r--comp/cw/code/parser/preprocessor.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/comp/cw/code/parser/preprocessor.h b/comp/cw/code/parser/preprocessor.h
new file mode 100644
index 0000000..855240f
--- /dev/null
+++ b/comp/cw/code/parser/preprocessor.h
@@ -0,0 +1,5 @@
+#include <stdio.h>
+#include <string.h>
+#include <stdlib.h>
+
+char *preprocessor(int argc, char **argv);