Compare commits

..

No commits in common. "02b4cb3b9b033d45198f36559fc20dd74d666ad5" and "83de6ef49e96d38fbd504bf7a46600e513db1e2a" have entirely different histories.

View File

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