void ClearNodeList_bn ( nodelist_bn*  nodes )

Removes all the nodes from the list nodes.

This does not delete the nodelist; you must still use DeleteNodeList_bn for that.

Version:

Versions 3.06 and later have this function.

See also:

DeleteNodeList_bn    Removes the whole list, and frees the memory it uses
NewNodeList2_bn    Creates a new (empty) node list
RemoveNthNode_bn    
LengthNodeList_bn    Will return 0 after clearing the list
AddNodeToList_bn    To add nodes back in