aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-03-30 16:22:09 -0700
committerChristian Cunningham <cc@localhost>2022-03-30 16:22:09 -0700
commit72a403ce29627ad6fb603c366b239ba8c9e5131e (patch)
treef8b0e6cc520b64ccee98f8c852da12ea318aab1c /include
parent16348742989a94b63f278fb4c43e09ef994353f8 (diff)
Allow C++ user code
Diffstat (limited to 'include')
-rw-r--r--include/usr/cxx.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/usr/cxx.h b/include/usr/cxx.h
new file mode 100644
index 0000000..ddce889
--- /dev/null
+++ b/include/usr/cxx.h
@@ -0,0 +1,6 @@
+#ifndef USR_CXX_H
+#define USR_CXX_H
+
+void cpp_demo(unsigned long);
+
+#endif