afc_stringnode_delete

Name

afc_stringnode_delete  -- Disposes an existing StringNode

Synopsis

int afc_stringnode_delete ( StringNode * sn );

Description

Use this function to dispose all memory allocated by a StringNode class.

Inputs

sn

a pointer to an already allocated StringNode structure.

Result

should bd *_ERR_NO_ERROR. notes: - This function can handle NULL pointers.

See Also

afc_stringnode_new()