Add stack_print(stack) function
1 unresolved thread
1 unresolved thread
Compare changes
+ 16
− 1
@@ -17,6 +17,20 @@ void stack_peek(stack s, int *value){
@@ -24,4 +38,5 @@ void stack_clone(stack s, stack *clone) {
\ No newline at end of file