about summary refs log tree commit diff
path: root/csrc/sh.h
diff options
context:
space:
mode:
Diffstat (limited to 'csrc/sh.h')
-rw-r--r--csrc/sh.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/csrc/sh.h b/csrc/sh.h
new file mode 100644
index 0000000..523c3f0
--- /dev/null
+++ b/csrc/sh.h
@@ -0,0 +1,5 @@
+#ifndef __SHELLH__
+#define __SHELLH__
+
+int shell();
+#endif