|
NAMEcritbit0_clear - free all memory associated with a critbit treeSYNTAX#include <libowfat/critbit.h>critbit0_tree cb = { 0 }; void critbit0_clear(critbit0_tree* cb); DESCRIPTIONcritbit0_clear deletes all keys in cb and frees all memory associated with it.NOTEThis function uses recursion to traverse the tree. It may require nontrivial amounts of available stack space.RETURN VALUEnone.SEE ALSOcritbit0_delete(3) Visit the GSP FreeBSD Man Page Interface. |