Skip to content
Snippets Groups Projects
Commit 5387d594 authored by gaetan.siffert's avatar gaetan.siffert
Browse files

Update stack.h

parent d663d6b6
No related branches found
No related tags found
1 merge request!15"Add get length function"
......@@ -11,5 +11,6 @@ void stack_init(stack *stack);
void stack_peek(stack s, int *value);
void stack_clone(stack s, stack *clone);
int get_length(stack *pile);
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment