generated from freudenreichan/info2Praktikum-Wortsalat
finale Version fertig fertig fertig
This commit is contained in:
parent
5a6a3e5ac6
commit
05d6dfe15a
@ -16,6 +16,7 @@ int readWords(FILE *file, char words[][MAX_WORD_LEN], unsigned int maxWordCount)
|
|||||||
int counter = 0;
|
int counter = 0;
|
||||||
char *token;
|
char *token;
|
||||||
|
|
||||||
|
//einlesen der textdatei in text[] (unterhalb)
|
||||||
|
|
||||||
while (fgets(line, sizeof(line), file)) {
|
while (fgets(line, sizeof(line), file)) {
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user