axlPointer axl_stack_peek ( axlStack stack  ) 

Allows to get current current element at the top of the stack without removing it.

This function allows to perform the same operation like pop (axl_stack_pop) function, but without removing the element from the top.

Parameters:
stack The stack where the element from the top will be returned.
Returns:
An axlPointer reference or NULL if fails.