void axl_stack_push ( axlStack stack,
axlPointer  data 
)

Push data on top of the stack.

The stack doesn't support storing NULL references. If a null reference is provided the function won't perform any operation on the stack.

Parameters:
stack The stack where the data will be pushed.
data The data to push.