1 2 3 4 5 6
void push_val(int val); int pop_val(); void clear_stack(); int can_push(); int can_pop();