critbit0_clear - Man Page
free all memory associated with a critbit tree
Syntax
#include <critbit.h>
critbit0_tree cb = { 0 };
void critbit0_clear(critbit0_tree* cb);
Description
critbit0_clear deletes all keys in cb and frees all memory associated with it.
Note
This function uses recursion to traverse the tree. It may require nontrivial amounts of available stack space.
Return Value
none.