summaryrefslogtreecommitdiffstats
path: root/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'global.h')
-rw-r--r--global.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/global.h b/global.h
new file mode 100644
index 0000000..a1a911a
--- /dev/null
+++ b/global.h
@@ -0,0 +1,7 @@
+#ifndef GLOB
+#define GLOB 1
+
+struct opt opt;
+char buffer[50000];
+
+#endif