afc_stringnode_del

Name

afc_stringnode_del  -- Deletes the current string from the list

Synopsis

char * afc_stringnode_delete ( StringNode * sn );

Description

this function deletes the current string from the list.

Inputs

sn

an handler to an already allocated StringNode structure.

Result

the (new) current string the list is pointing to.

See Also