afc_stringnode_prev

Name

afc_stringnode_prev  -- Returns the previous item in the StringNode's list

Synopsis

char * afc_stringnode_prev ( StringNode * sn );

Description

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

Inputs

sn

an handler to an already allocated StringNode structure.

Result

See Also