Alexei #1

Open
grafma98967 wants to merge 37 commits from Alexei into main
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 0b1aa615e7 - Show all commits

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.