afc_stringnode_is_empty

Name

afc_stringnode_is_empty  -- Checks if the StringNode's list is empty

Synopsis

char * afc_stringnode_is_empty ( StringNode * sn );

Description

this function checks if the current StringNode's list is empty or contains some items.

Inputs

sn

an handler to an already allocated StringNode structure.

Result

See Also