Compare commits

..

2 Commits
timo ... main

Author SHA1 Message Date
bc913662a2 test entfernt 2025-10-14 23:01:58 +02:00
e6d4b2d00d test 2025-10-14 22:59:34 +02:00
2 changed files with 4 additions and 10 deletions

View File

@ -1,18 +1,12 @@
#include "input.h"
#include <ctype.h>
#include <string.h>
#include <ctype.h>
// TODO:
// eine Funktion implementieren, die ein einzelnes Wort aus einer Textdatei
// (words.txt) einliest und als C-String zurückgibt.
// Bedingungen, die in main.c geprüft werden:
// - existiert die angegebene Datei
// 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
int readWords(FILE *file, char words[][MAX_WORD_LEN], unsigned int maxWordCount)
{
int wordCount = 0;
return wordCount;
}
}

View File

@ -1,3 +1,3 @@
# I2_Projects
Projekt 1: Ein Wortsalat erstellen
Projekt 1: Ein Wortsalat erstellen