Initializacia

This commit is contained in:
Kozar 2024-10-13 09:45:37 +00:00
parent 69fdc54776
commit c8d22b9589

View File

@ -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);
}