@@ -6,7 +6,7 @@ struct t_stack {
int max{ 0 };
};
t_stack stack_new(const int size);
void stack_init(t_stack& stack, const int size);
const bool stack_isempty(t_stack& stack);
const bool stack_isfull(t_stack& stack);
void stack_push(t_stack& stack, const char value);
The note is not visible to the blocked user.