bclose basic EMF

Synopsis

Close down the balloc module and free all malloced memory.

Prototype

 #include "uemf.h"

 void bclose(); 

Parameters

None

Description

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

Return Value

No return value.

Example

void bclose();

Stability Classification

Stable.

See Also

bopen, balloc