afc_stringnode_insert

Name

afc_stringnode_insert  -- Inserts a string in the current list position

Synopsis

char * afc_stringnode_insert ( StringNode * sn, char * str );

Description

this function adds a new string in the current list position.

Inputs

sn

an handler to an already allocated StringNode structure.

str

the string you wish to add.

Result

See Also