Name
Btreefree — Free the AST tree allocated by Bboolco(3)
Synopsis
#include <ubf.h>
void Btreefree (char *tree);
Link with -lubf -lnstd -lm -lpthread
DESCRIPTION
Free up the memory allocated by Bboolco(3). The tree is pointer returned by Bboolco(3).
RETURN VALUE
Function is void and does not return any value.
ERRORS
Function is void and does not return any error.
EXAMPLE
See ubftest/test_expr.c for sample code.
SEE ALSO
Bboolev(3) Bfloatev(3) Bboolpr(3)