... S->top = S->base; S->stacksize = STACK_INIT_SIZE; return 1;}int Push(SqStack *S, char e){ if (S->top - S->base >= S->stacksize) ...
確定! 回上一頁