Name
afc_stringnode_get -- Returns a pointer to the current list Node.
Synopsis
struct Node * afc_stringnode_get
( StringNode * sn );
Description
this function returns a pointer to the current Node in the list managed by StringNode.
Inputs
- sn
an handler to an already allocated StringNode structure.