aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/usr/main.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/usr/main.h b/include/usr/main.h
new file mode 100644
index 0000000..9d0b76b
--- /dev/null
+++ b/include/usr/main.h
@@ -0,0 +1,6 @@
+#ifndef USR_MAIN_H
+#define USR_MAIN_H
+
+void main(void);
+
+#endif