Back to home page

Enduro/X

 
 

    


0001 BTREEFREE(3)
0002 ============
0003 :doctype: manpage
0004 
0005 
0006 NAME
0007 ----
0008 Btreefree - Free the AST tree allocated by Bboolco(3)
0009 
0010 
0011 SYNOPSIS
0012 --------
0013 
0014 #include <ubf.h>
0015 
0016 void Btreefree (char *'tree');
0017 
0018 Link with '-lubf -lnstd -lm -lpthread'
0019 
0020 DESCRIPTION
0021 -----------
0022 Free up the memory allocated by *Bboolco(3)*. The 'tree' is pointer returned by Bboolco(3).
0023 
0024 RETURN VALUE
0025 ------------
0026 Function is void and does not return any value.
0027 
0028 ERRORS
0029 ------
0030 Function is void and does not return any error.
0031 
0032 EXAMPLE
0033 -------
0034 See *ubftest/test_expr.c* for sample code.
0035 
0036 BUGS
0037 ----
0038 Report bugs to support@mavimax.com
0039 
0040 SEE ALSO
0041 --------
0042 *Bboolev(3)* *Bfloatev(3)* *Bboolpr(3)*
0043 
0044 COPYING
0045 -------
0046 (C) Mavimax, Ltd
0047