afc_stringnode_pop

Name

afc_stringnode_pop  -- Returns the last item pushed on the stack

Synopsis

char * afc_stringnode_pop ( StringNode * sn, short autopos );

Description

this function retrieves the last string pushed on the stack.

Inputs

sn

an handler to an already allocated StringNode structure.

autopos

This is a boolean flag:

TRUE

restores the list pointer to the previously pushed node in list.

FALSE

just removes the pushed node from the stack.

Result

See Also