spop
spop(void)
#define spop() (stack_ptr > 0 ? stack[--stack_ptr].str : (char *) 0)
#define spop() (stack_ptr > 0 ? stack[--stack_ptr].str : NULL)