diff options
Diffstat (limited to 'stage3/shell.h')
-rw-r--r-- | stage3/shell.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/stage3/shell.h b/stage3/shell.h new file mode 100644 index 0000000..2336d21 --- /dev/null +++ b/stage3/shell.h @@ -0,0 +1,9 @@ +#ifndef SHELL_H +#define SHELL_H + +#include "def.h" + +void shell_run_cmd(str arg); +void shell_run_file(str arg); + +#endif |