diff --git a/Microshell/microshell.c b/Microshell/microshell.c index a168418..589e2f9 100644 --- a/Microshell/microshell.c +++ b/Microshell/microshell.c @@ -7,6 +7,7 @@ const int max = 1000; + int cut(char **argv, char *command){ int i = 0, w = 0, x = 0; char argument[100];