summaryrefslogtreecommitdiff
path: root/cpp/token2.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/token2.c')
-rw-r--r--cpp/token2.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/token2.c b/cpp/token2.c
new file mode 100644
index 0000000..e113fdd
--- /dev/null
+++ b/cpp/token2.c
@@ -0,0 +1,6 @@
+
+#include <stdio.h>
+#include <string.h>
+#include "cc.h"
+
+#include "token2.h"