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

Update stack.h

parent ac0f4ad3
No related branches found
No related tags found
1 merge request!15"Add get length function"
...@@ -11,6 +11,6 @@ void stack_init(stack *stack); ...@@ -11,6 +11,6 @@ void stack_init(stack *stack);
void stack_peek(stack s, int *value); void stack_peek(stack s, int *value);
void stack_clone(stack s, stack *clone); void stack_clone(stack s, stack *clone);
int get_length(stack *pile); int get_length(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