Abnahme Anpassungen

This commit is contained in:
Thomas Rauh 2025-11-11 18:09:12 +01:00
parent fadba480fd
commit f0f6784d83
7 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -12,9 +12,9 @@ int readWords(FILE *file, char words[][MAX_WORD_LEN], unsigned int maxWordCount)
char zeile[MAX_LINE_LEN];
char inhalt[MAX_WORD_LEN*maxWordCount];
char *trenner = " .;,";
char *token;
char *enter = "\n";
const char *trenner = " .;,";
char *token = NULL;
const char *enter = "\n";
//Zeilen auslesen und als ein String speichern
while(fgets(zeile,MAX_LINE_LEN, file) != NULL){

Binary file not shown.

Binary file not shown.

Binary file not shown.