afc_stringnode_change

Name

afc_stringnode_change  -- Changes the string of a node in the list

Synopsis

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

Description

this function changes the string contained in the current node in the list.

Inputs

sn

an handler to an already allocated StringNode structure.

str

the string to insert in the current node.

Result

Note

See Also