add function stack_push
2 unresolved threads
2 unresolved threads
Compare changes
+ 15
− 2
@@ -17,6 +17,18 @@ void stack_destroy(stack *s) {
@@ -62,3 +74,4 @@ void stack_clone(stack s, stack *clone) {
just like the tittle. Thanks for the review. ;D
looks like stack.h is not in the file anymore
this one is still not solved @richarda.tyarks a real jedi would include stack.h there...
done