uprava nuly

This commit is contained in:
Valér Jakubčo 2021-10-22 00:16:22 +02:00
parent 6ebca183a1
commit 3df663a097

View File

@ -34,12 +34,13 @@ int main(){
puts("no input"); puts("no input");
break; break;
} }
if(char_value[0] == '0'){
/*if(char_value[0] == '0'){
push_stack(&myStack,0); push_stack(&myStack,0);
print_stack(&myStack); print_stack(&myStack);
printf("\n"); printf("\n");
continue; continue;
} }*/
if(char_value[0] == '+'){ if(char_value[0] == '+'){
float a = pop_stack(&myStack); float a = pop_stack(&myStack);