Main Page
Modules
Related Pages
S
earch for
Axl Stack: A stack built used across AXL library
axl_stack_foreach
axl_stack_foreach3
axl_stack_free
axl_stack_is_empty
axl_stack_new
axl_stack_peek
axl_stack_pop
axl_stack_push
axl_stack_size
int axl_stack_size
(
axlStack
*
stack
)
Returns current stack size, that is, elements stored on the stack.
Parameters:
stack
The stack where the operation will performed.
Returns:
The number of items stored.