generated from freudenreichan/info2Praktikum-Wortsalat
test12!
This commit is contained in:
parent
013eba7b3d
commit
c18b6a4529
@ -35,7 +35,7 @@ int readWords(FILE *file, char words[][MAX_WORD_LEN], unsigned int maxWordCount)
|
|||||||
{
|
{
|
||||||
for(int o = 0; o < MAX_WORD_LEN; o++)
|
for(int o = 0; o < MAX_WORD_LEN; o++)
|
||||||
{
|
{
|
||||||
printf("%s", words[z][o]);
|
printf("%c", words[z][o]);
|
||||||
}
|
}
|
||||||
printf("\n");
|
printf("\n");
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
1
Start_Windows/testwords_delims.txt
Normal file
1
Start_Windows/testwords_delims.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
Hund,Katze; Maus
|
||||||
0
Start_Windows/testwords_empty.txt
Normal file
0
Start_Windows/testwords_empty.txt
Normal file
3
Start_Windows/testwords_simple.txt
Normal file
3
Start_Windows/testwords_simple.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
Apfel
|
||||||
|
Banane
|
||||||
|
Kiwi
|
||||||
Loading…
x
Reference in New Issue
Block a user