From 467719d4db2f46becf216c9a9a87e5f582c5fc46 Mon Sep 17 00:00:00 2001 From: Jakub Adamski Date: Thu, 10 Jan 2019 19:52:29 +0100 Subject: [PATCH] test --- Microshell/microshell.c | 1 + 1 file changed, 1 insertion(+) 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];