Skip to content
Snippets Groups Projects

Resolve "Add destroy function"

Merged joey.martig requested to merge 9-add-destroy-function into main
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
+ 0
2
#include <stdio.h>
#include <stdio.h>
#include <stdbool.h>
#include <stdbool.h>
#include "stack.h"
#include "stack.h"
void stack_destroy(stack *s){
void stack_destroy(stack *s){
Loading