check
This commit is contained in:
parent
b8a86e7456
commit
a8477db92b
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user