diff options
author | Christian Cunningham <cc@localhost> | 2022-03-30 16:22:09 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-03-30 16:22:09 -0700 |
commit | 72a403ce29627ad6fb603c366b239ba8c9e5131e (patch) | |
tree | f8b0e6cc520b64ccee98f8c852da12ea318aab1c /include/usr | |
parent | 16348742989a94b63f278fb4c43e09ef994353f8 (diff) |
Allow C++ user code
Diffstat (limited to 'include/usr')
-rw-r--r-- | include/usr/cxx.h | 6 |
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 |