bclose basic EMF

Synopsis

Close down the balloc module and free all malloced memory.

Prototype

void bclose(); 

Parameters

none

Description

Closes down the balloc module and frees all malloc'ed memory.

Return Value

No return value

Example


void bclose();

See Also

bopen