Skip to content
Snippets Groups Projects
Commit 58a4e035 authored by joey's avatar joey
Browse files

merge main stack.c

parents de66bad2 1ccc0ef1
No related branches found
No related tags found
1 merge request!18Resolve "Add destroy function"
This commit is part of merge request !18. Comments created here will be created in the context of that merge request.
#include <stdio.h>
#include <stdbool.h>
#include <stdbool.h>
#include "stack.h"
void stack_destroy(stack *s){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment