diff options
Diffstat (limited to 'src/user/app/shell/shell.h')
-rw-r--r-- | src/user/app/shell/shell.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/user/app/shell/shell.h b/src/user/app/shell/shell.h new file mode 100644 index 0000000..986ce22 --- /dev/null +++ b/src/user/app/shell/shell.h @@ -0,0 +1,4 @@ +#pragma once +#include <stddef.h> + +int parse(char *str, char **argv, size_t argvlen, char **redir); |