merge of all branch

This commit is contained in:
fonkou 2025-11-11 15:43:07 +01:00
parent 8c5a987fe4
commit 558c63f4a6

View File

@ -22,7 +22,6 @@ int readWords(FILE *file, char words[][MAX_WORD_LEN], unsigned int maxWordCount)
word = strtok (NULL, " ,;");
}
}
printf("\n counter %d", counter);
return counter;
}