Browse Source

refactoring: scanf_s zu scanf geaendert

remotes/origin/dev
fdai7472 11 months ago
parent
commit
d52d1233c4
  1. 2
      src/main/c/Stefan/slot_machine.c

2
src/main/c/Stefan/slot_machine.c

@ -33,7 +33,7 @@ int getBalance(){
int userInput(){
int input;
scanf_s("%d", &input);
scanf("%d", &input);
return input;
}

Loading…
Cancel
Save