afc_stringnode_succ

Name

afc_stringnode_succ  -- Returns the next item in the StringNode's list

Synopsis

char * afc_stringnode_succ ( StringNode * sn );

Description

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

Inputs

sn

an handler to an already allocated StringNode structure.

Result

See Also