Compare commits
No commits in common. "02b4cb3b9b033d45198f36559fc20dd74d666ad5" and "83de6ef49e96d38fbd504bf7a46600e513db1e2a" have entirely different histories.
02b4cb3b9b
...
83de6ef49e
@ -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 kommt hier hin
|
||||
// ToDo 2D char Array um wörter zu speichern
|
||||
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user