diff options
Diffstat (limited to '')
-rw-r--r-- | csrc/sh.h | 5 |
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 |