This commit is contained in:
Jakub Adamski 2019-01-10 19:52:29 +01:00
parent 1162dc72aa
commit 467719d4db
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
const int max = 1000;
int cut(char **argv, char *command){
int i = 0, w = 0, x = 0;
char argument[100];