generated from freudenreichan/info2Praktikum-Wortsalat
speichern
This commit is contained in:
parent
84de10d05b
commit
351f4b5462
@ -20,7 +20,8 @@ int readWords(FILE *file, char words[][MAX_WORD_LEN], unsigned int maxWordCount)
|
||||
return 0;
|
||||
}
|
||||
|
||||
fscanf(file, "%10s", buffer);
|
||||
fgets(buffer, MAX_LINE_LEN, file);
|
||||
//fscanf(file, "%s", buffer);
|
||||
|
||||
do
|
||||
{
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user