This commit is contained in:
Björn 2025-10-22 17:37:45 +02:00
parent 3c89c51854
commit 69a78a0776

View File

@ -13,6 +13,6 @@ int readWords(FILE *file, char words[][MAX_WORD_LEN], unsigned int maxWordCount)
if (file == NULL) {
printf("words,txt konnte nicht geoffnet werden");
}
// ToDo 2D char Array um wörter zu speichern
// ToDo 2D char Array um wörter zu speichern kommt hier hin
}