generated from freudenreichan/info2Praktikum-Wortsalat
test8
This commit is contained in:
parent
f47f3aef7c
commit
5c1aea7a88
Binary file not shown.
@ -24,7 +24,7 @@ int readWords(FILE *file, char words[][MAX_WORD_LEN], unsigned int maxWordCount)
|
|||||||
{
|
{
|
||||||
words[counter][i] = toupper(word_parts[i]); //Großbuchstaben erzeugen
|
words[counter][i] = toupper(word_parts[i]); //Großbuchstaben erzeugen
|
||||||
puts("?????????????????");
|
puts("?????????????????");
|
||||||
puts(word_parts[i]);
|
printf("%c", word_parts[i]);
|
||||||
if(word_parts[i+1] == '\0')
|
if(word_parts[i+1] == '\0')
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user