generated from freudenreichan/info2Praktikum-Wortsalat
test11
This commit is contained in:
parent
28a2aa1ea1
commit
b9138e2097
BIN
Start_Windows/game.o
Normal file
BIN
Start_Windows/game.o
Normal file
Binary file not shown.
@ -28,7 +28,13 @@ int readWords(FILE *file, char words[][MAX_WORD_LEN], unsigned int maxWordCount)
|
|||||||
for(i = 0; words[counter][i] != '\0'; i++)
|
for(i = 0; words[counter][i] != '\0'; i++)
|
||||||
{
|
{
|
||||||
words[counter][i] = toupper(words[counter][i]);
|
words[counter][i] = toupper(words[counter][i]);
|
||||||
printf("%c",words[counter][i])
|
printf("%c",words[counter][i]);
|
||||||
|
}
|
||||||
|
|
||||||
|
for(int z = 0; z < maxWordCount; z++)
|
||||||
|
{
|
||||||
|
for(int o = 0; o < MAX_WORD_LEN; o++)
|
||||||
|
words[z][o]
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
BIN
Start_Windows/input.o
Normal file
BIN
Start_Windows/input.o
Normal file
Binary file not shown.
BIN
Start_Windows/runTests.exe
Normal file
BIN
Start_Windows/runTests.exe
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user