finale Version fertig fertig fertig

This commit is contained in:
Ben Skuppin 2025-11-06 15:09:03 +01:00
parent 5a6a3e5ac6
commit 05d6dfe15a

View File

@ -16,6 +16,7 @@ int readWords(FILE *file, char words[][MAX_WORD_LEN], unsigned int maxWordCount)
int counter = 0;
char *token;
//einlesen der textdatei in text[] (unterhalb)
while (fgets(line, sizeof(line), file)) {