Skip to content
Snippets Groups Projects

Resolve "Add destroy function"

Merged joey.martig requested to merge 9-add-destroy-function into main
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -7,4 +7,6 @@ typedef struct _stack {
@@ -7,4 +7,6 @@ typedef struct _stack {
int top;
int top;
} stack;
} stack;
 
void stack_destroy(stack *s);
 
#endif
#endif
Loading