afc_stringnode_clear_stack

Name

afc_stringnode_clear_stack  -- Clears the stack of pushed string

Synopsis

void afc_stringnode_clear_stack ( StringNode * sn );

Description

this function retrieves the last string pushed on the stack.

Inputs

sn

an handler to an already allocated StringNode structure.

Result

NONE

See Also