Initializacia
This commit is contained in:
parent
69fdc54776
commit
c8d22b9589
@ -51,7 +51,7 @@ int is_valid_float(char* input) {
|
||||
|
||||
void perform_operation(struct stack* s, char* operator) {
|
||||
if (s->size < 2) {
|
||||
printf("Chyba: nedostatok operandov\n");
|
||||
printf("not enough operands\n");
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user