aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-03-23 23:19:02 -0700
committerChristian Cunningham <cc@localhost>2022-03-23 23:19:02 -0700
commit3e64dda5d5c350cc325650133f7e64967f1efe84 (patch)
treee42452c9140327e3f9c53a32c6d42aecce731b91 /include
parent48bc61ac76b82b1514ed4bf1d3dc7ba6cb2c991c (diff)
Toy task start - 1/40u
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