changes to isalpha l104

This commit is contained in:
Alexei Keller 2025-11-06 15:22:27 +01:00
parent 328931806c
commit 0b1aa615e7
2 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ int createWordSalad(char salad[MAX_SEARCH_FIELD_LEN][MAX_SEARCH_FIELD_LEN], unsi
// fügt zufällige Buchstaben ein
for(int l = 0; l < searchFieldLen; l++){
for(int m = 0; m < searchFieldLen; m++ ){
if(isalpha(salad[l][m]) == 0 ){
if(char isalpha(salad[l][m]) == 0 ){
// zufällige Buchstaben erzeugen
char alphabet [] = "abcdefghijklmnopqrstuvwxyz";
int laenge = strlen(alphabet);

BIN
Start_Windows/input.o Normal file

Binary file not shown.