add function stack_push
2 unresolved threads
2 unresolved threads
Compare changes
+ 13
− 2
@@ -17,6 +15,18 @@ void stack_destroy(stack *s) {
@@ -62,3 +72,4 @@ void stack_clone(stack s, stack *clone) {
just like the tittle. Thanks for the review. ;D