afc_stringnode_addr

Name

afc_stringnode_addr  -- Returns a pointer to the List managed by StringNode

Synopsis

struct List * afc_stringnode_addr ( StringNode * sn );

Description

this function returns a pointer to the List managed by StringNode

Inputs

sn

an handler to an already allocated StringNode structure.

Result

Note

See Also