- Expand
void Expand(Stack S)
Undocumented in source. Be warned that the author may not have intended to support it.
- IsEmpty
bool IsEmpty(Stack S)
Undocumented in source. Be warned that the author may not have intended to support it.
- New
void New(Stack S, int Len)
Undocumented in source. Be warned that the author may not have intended to support it.
- Pop
void Pop(Stack S)
Undocumented in source. Be warned that the author may not have intended to support it.
- Push
void Push(Stack S, DataType Val)
Undocumented in source. Be warned that the author may not have intended to support it.
- Reset
void Reset(Stack S)
Undocumented in source. Be warned that the author may not have intended to support it.
- Top
DataType Top(Stack S)
Undocumented in source. Be warned that the author may not have intended to support it.
- TopPop
DataType TopPop(Stack S)
Undocumented in source. Be warned that the author may not have intended to support it.