afc_stringnode_first

Name

afc_stringnode_first  -- Returns the first item in the StringNode's list

Synopsis

char * afc_stringnode_first ( StringNode * sn );

Description

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

Inputs

sn

an handler to an already allocated StringNode structure.

Result

See Also