speichern

This commit is contained in:
Jonas Hofmann 2025-10-30 17:06:02 +01:00
parent 84de10d05b
commit 351f4b5462
5 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ int readWords(FILE *file, char words[][MAX_WORD_LEN], unsigned int maxWordCount)
return 0; return 0;
} }
fscanf(file, "%10s", buffer); fgets(buffer, MAX_LINE_LEN, file);
//fscanf(file, "%s", buffer);
do do
{ {

Binary file not shown.

Binary file not shown.

Binary file not shown.