From 00e3a50e8e0c4b1399b336f5e6c341af00e97e01 Mon Sep 17 00:00:00 2001 From: stammjo100588 Date: Mon, 27 Oct 2025 14:05:58 +0100 Subject: [PATCH] One final Comment. And Goodbye World! --- Start_Windows/input.c | 2 +- Start_Windows/words.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Start_Windows/input.c b/Start_Windows/input.c index 2e67839..a54c592 100644 --- a/Start_Windows/input.c +++ b/Start_Windows/input.c @@ -19,7 +19,7 @@ int readWords(FILE *file, char words[][MAX_WORD_LEN], unsigned int maxWordCount) { if (isalpha((unsigned char)c))// prüft ob das zeichen ein buchstabe ist (also kein komma oder leerzeichen usw) { - //macht die buchstaben zu Großbuchstaben und schreibt sie ins array + //macht die buchstaben zu Großbuchstaben und schreibt sie ins array (toupper) //prüft ob das wort kurz genug ist if (idx < MAX_WORD_LEN - 1) { diff --git a/Start_Windows/words.txt b/Start_Windows/words.txt index 31ee099..ced60fa 100644 --- a/Start_Windows/words.txt +++ b/Start_Windows/words.txt @@ -2,4 +2,5 @@ Yeti,Nessie Werwolf; Vampir Monster Hydra;Frankenstein Dracula;KingKong;Gremlin;Kobold,Hexe;Poltergeist -Gespenst, Oger \ No newline at end of file +Gespenst, Oger +AHHHHHHH