generated from freudenreichan/info2Praktikum-Wortsalat
test12
This commit is contained in:
parent
b9138e2097
commit
cd3dd0a4d6
Binary file not shown.
@ -34,7 +34,10 @@ int readWords(FILE *file, char words[][MAX_WORD_LEN], unsigned int maxWordCount)
|
||||
for(int z = 0; z < maxWordCount; z++)
|
||||
{
|
||||
for(int o = 0; o < MAX_WORD_LEN; o++)
|
||||
words[z][o]
|
||||
{
|
||||
printf("%c", words[z][o]);
|
||||
}
|
||||
printf("\n");
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user