@@ -26,7 +26,7 @@ const unsigned char stack_pop(t_stack& stack) {
if (!stack_isempty(stack)) {
return stack.data[stack.top--];
}
return 0;
const unsigned char stack_peek(t_stack& stack) {
The note is not visible to the blocked user.