afc_stringnode_num_items

Name

afc_stringnode_num_items  -- Returns the number of strings in the list

Synopsis

unsigned long afc_stringnode_num_items (StringNode * sn);

Description

this function returns the number of strings present in the StringNode

Inputs

sn

an handler to an already allocated StringNode structure.

Result

the number of strings in the list.

See Also