fix
This commit is contained in:
parent
0d8d38c2c4
commit
80f2dfc51d
@ -39,7 +39,7 @@ float pop (struct stack *s){
|
|||||||
|
|
||||||
void print_s(struct stack *s){
|
void print_s(struct stack *s){
|
||||||
for(int i =0;i<s->size;i++){
|
for(int i =0;i<s->size;i++){
|
||||||
printf("%.10f ", s->values[i]);
|
printf("%.10f", s->values[i]);
|
||||||
}
|
}
|
||||||
printf("\n");
|
printf("\n");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user