Navigation: TCC > Variables & Functions > Functions
@BFREE
@BFREE[handle] : Free a binary buffer previously allocated by @BALLOC.
Example:
set handle=%@balloc[128]
echo %@bfree[%handle]