FreeBASIC
0.91.0
|
#include "common.bi"
Go to the source code of this file.
Data Structures | |
class | TSTACKNODE |
class | TSTACKTB |
class | TSTACK |
Macros | |
#define | __STACK_BI__ |
Functions | |
function_as_integer | stackNew (byval_as_TSTACK_ptr stk, byval_as_integer nodes, byval_as_integer nodelen, byval_as_integer doclear=TRUE) |
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) |
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 = TRUE |
||
) |
sub stackPop | ( | byval_as_TSTACK_ptr | stk) |