summaryrefslogtreecommitdiff
path: root/cpp/token1.c
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>2002-07-28 22:10:50 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:48:47 +0200
commite6248da18100235ae33468d058e5b71fcefeff3b (patch)
tree4e3833ed515d03d2366c27f71ef0fe349a2dee12 /cpp/token1.c
parent2060b4f4cc1c13975e495d088344825f7700181b (diff)
downloaddev86-e6248da18100235ae33468d058e5b71fcefeff3b.tar.gz
Import Dev86src-0.16.6.tar.gzv0.16.6
Diffstat (limited to 'cpp/token1.c')
-rw-r--r--cpp/token1.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/token1.c b/cpp/token1.c
new file mode 100644
index 0000000..e53f563
--- /dev/null
+++ b/cpp/token1.c
@@ -0,0 +1,6 @@
+
+#include <stdio.h>
+#include <string.h>
+#include "cc.h"
+
+#include "token1.h"