Skip to content
Snippets Groups Projects
Commit 7207a59a authored by joey's avatar joey
Browse files

Ajout signature (oups)

parent 58a4e035
No related branches found
No related tags found
1 merge request!18Resolve "Add destroy function"
...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment