diff --git a/Start_Windows/input.c b/Start_Windows/input.c index 935a6e9..f02b8bd 100644 --- a/Start_Windows/input.c +++ b/Start_Windows/input.c @@ -3,7 +3,7 @@ #include #include -// TODO: +// TODO: | VERSION: Erfolgreicher Test 1,2 & 3 // eine Funktion implementieren, die ein einzelnes Wort aus einer Textdatei (words.txt) einliest und als C-String zurückgibt. int readWords(FILE *file, char words[][MAX_WORD_LEN], unsigned int maxWordCount)