From 67718cbcda566127b8c5b38ecda83cbd469dbc3f Mon Sep 17 00:00:00 2001 From: dzwdz Date: Wed, 27 Jul 2022 20:02:50 +0200 Subject: user/shell: actual parsing, multiple argument support --- src/user/app/shell/shell.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/user/app/shell/shell.h (limited to 'src/user/app/shell/shell.h') 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 + +int parse(char *str, char **argv, size_t argvlen, char **redir); -- cgit v1.2.3