afc_stringnode_last

Name

afc_stringnode_last  -- Returns the last item in the StringNode's list

Synopsis

char * afc_stringnode_last ( StringNode * sn );

Description

this function returns the last string in the StringNode's list

Inputs

sn

an handler to an already allocated StringNode structure.

Result

See Also