summaryrefslogtreecommitdiff
path: root/example/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'example/main.h')
-rw-r--r--example/main.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/example/main.h b/example/main.h
new file mode 100644
index 0000000..e02ea4b
--- /dev/null
+++ b/example/main.h
@@ -0,0 +1,4 @@
+#ifndef MAIN_H
+#define MAIN_H
+extern int loop;
+#endif