test
This commit is contained in:
parent
3c89c51854
commit
69a78a0776
@ -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
|
// ToDo 2D char Array um wörter zu speichern kommt hier hin
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user