STACK_TOP
#define STACK_TOP(_stack) (((_stack).stk_s)[(_stack).stk_n - 1])
#define STACK_TOP(stack) (stack)