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.