diff --git a/stack/stack.c b/stack/stack.c index 8760e05..1e24cdc 100644 --- a/stack/stack.c +++ b/stack/stack.c @@ -1,6 +1,6 @@ #include "stack.h" -int stack_init(stack_info *stack) +int stack_init(stack_info *stack)// this is return type { stack->top = 0; stack->max = 0