From 4ee5fd76482825346eea51e86299a5b07744b09d Mon Sep 17 00:00:00 2001 From: Hofmann Jonas Date: Thu, 30 Oct 2025 15:27:57 +0100 Subject: [PATCH] =?UTF-8?q?komentar=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Start_Windows/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Start_Windows/input.c b/Start_Windows/input.c index 568400c..23fe982 100644 --- a/Start_Windows/input.c +++ b/Start_Windows/input.c @@ -4,7 +4,7 @@ #define MAX_BUFFER_LEN 256 -// TODO: +// TODO? // eine Funktion implementieren, die ein einzelnes Wort aus einer Textdatei (words.txt) einliest und als C-String zurückgibt. // Read words from file and store in 'words' array