afc_stringnode_item

Name

afc_stringnode_item  -- Returns the desired item in the StringNode's list

Synopsis

char * afc_stringnode_item ( StringNode * sn, unsigned long num );

Description

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

Inputs

sn

an handler to an already allocated StringNode structure.

num

the ordinal number of the desired item in the list.

Result

Note

See Also