EXTERNRT int rtxIntStackPeek(OSRTIntStack *pstack, OSINT32 *pvalue)
This functions returns the data item on the top of the stack.
EXTERNRT int rtxIntStackPop(OSRTIntStack *pstack, OSINT32 *pvalue)
This functions pops the data item on the top of the stack.
EXTERNRT int rtxIntStackInit(OSCTXT *pctxt, OSRTIntStack *pstack, size_t capacity)
This function initializes a stack structure.
Common run-time context definitions.