This commit is contained in:
Jakub Adamski 2019-01-10 14:25:22 +01:00
parent b8a86e7456
commit a8477db92b
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ void cut(char **argv, char *command){
argument[x] = '\0';
argv[w]=malloc(x+1 * sizeof(char));
strcpy(argv[w], argument);
printf("\n%s\n", argv[w]);
w+=1;
}
}