diff --git a/Start_Mac/input.c b/Start_Mac/input.c index 45d76df..6a94ca2 100644 --- a/Start_Mac/input.c +++ b/Start_Mac/input.c @@ -11,6 +11,7 @@ * @return Anzahl der eingelesenen Wörter */ // Read words from file and store in 'words' array +// ERLEDIGT int readWords(FILE *file, char words[][MAX_WORD_LEN], unsigned int maxWordCount) { if (file == NULL || words == NULL || maxWordCount == 0) {