Загрузить файлы в «src»

This commit is contained in:
8nlight 2023-10-04 20:01:45 +03:00
parent 1da0bcfd58
commit cb36574ee7
2 changed files with 1 additions and 2 deletions

View File

@ -64,4 +64,3 @@ int main(const int argc, const char **argv) {
putchar('\n');
}

View File

@ -76,7 +76,7 @@ int main(const int argc, const char **argv) {
w_flag = 1;
else if (!strcmp(argv[i], "-h")) {
fprintf(stderr, "wc [-l (lines)] [-c (bytes)] [-w (words)] [file1 file2...]\n");
printf("wc [-l (lines)] [-c (bytes)] [-w (words)] [file1 file2...]\n");
return 0;
}
}