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
axlPointer
axl_stack_pop
(
axlStack
*
stack
)
Pop data from the stack.
Parameters:
stack
The stack where the pop operation will be performed.
Returns:
A
axlPointer
containing previously pushed data or NULL if fails.