diff --git a/Start_Windows/input.c b/Start_Windows/input.c index 6f53ce7..c7fe772 100644 --- a/Start_Windows/input.c +++ b/Start_Windows/input.c @@ -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)) {