This commit is contained in:
Your Name 2025-10-16 01:49:45 +02:00
parent 4405e5efec
commit a14288d57d

View File

@ -78,7 +78,7 @@ void print_stack(struct stack* mystack)
printf(" ");
}
}
printf(" \n");
printf(" ");
}
@ -103,6 +103,7 @@ int main()
}
else
{
printf("\n");
char* ptr;
float num=strtof(input,&ptr);
push_stack(&mystack,num);