|
FreeBASIC
0.91.0
|
#include "stack.bi"
Go to the source code of this file.
Functions | |
| function_as_integer | hAllocTB (byval_as_TSTACK_ptr stk, byval_as_integer nodes) |
| function_as_integer | stackNew (byval_as_TSTACK_ptr stk, byval_as_integer nodes, byval_as_integer nodelen, byval_as_integer doclear) |
| function_as_integer | stackFree (byval_as_TSTACK_ptr stk) |
| function_as_any_ptr | stackPush (byval_as_TSTACK_ptr stk) |
| sub | stackPop (byval_as_TSTACK_ptr stk) |
| function_as_any_ptr | stackGetTOS (byval_as_TSTACK_ptr stk) |
| private function_as_integer hAllocTB | ( | byval_as_TSTACK_ptr | stk, |
| byval_as_integer | nodes | ||
| ) |
| function_as_integer stackFree | ( | byval_as_TSTACK_ptr | stk) |
| function_as_any_ptr stackGetTOS | ( | byval_as_TSTACK_ptr | stk) |
| function_as_integer stackNew | ( | byval_as_TSTACK_ptr | stk, |
| byval_as_integer | nodes, | ||
| byval_as_integer | nodelen, | ||
| byval_as_integer | doclear | ||
| ) |
| sub stackPop | ( | byval_as_TSTACK_ptr | stk) |