diff --git a/Start_Windows/input.c b/Start_Windows/input.c index 4f3010b..f025d33 100644 --- a/Start_Windows/input.c +++ b/Start_Windows/input.c @@ -2,9 +2,6 @@ #include #include -<<<<<<< HEAD -static char *buffer; -======= // TODO: // eine Funktion implementieren, die ein einzelnes Wort aus einer Textdatei (words.txt) einliest und als C-String zurückgibt. @@ -75,7 +72,6 @@ int readWords(FILE *file, char words[][MAX_WORD_LEN], unsigned int maxWordCount) /* #define MAX_BUFFER_LEN 256 ->>>>>>> main // TODO? // eine Funktion implementieren, die ein einzelnes Wort aus einer Textdatei (words.txt) einliest und als C-String zurückgibt. diff --git a/Start_Windows/input.o b/Start_Windows/input.o index 8baf5ca..b5b6765 100644 Binary files a/Start_Windows/input.o and b/Start_Windows/input.o differ diff --git a/Start_Windows/runTests.exe b/Start_Windows/runTests.exe index 260666a..3454f42 100644 Binary files a/Start_Windows/runTests.exe and b/Start_Windows/runTests.exe differ diff --git a/Start_Windows/wordsalad.exe b/Start_Windows/wordsalad.exe new file mode 100644 index 0000000..8ec54fc Binary files /dev/null and b/Start_Windows/wordsalad.exe differ