This is the FreeMCB package:

FILES		This file describing what file is what
HISTORY		A short history of this package
FREEMCB.C	The source code file (Micro-C only!)
MAKEFILE	The Makefile for DMake
COMPILE.BAT	Compile without DMake

This program lets you free any allocated chunk of memory. To free press the
upper-case letter of the chunk you like to be freed. It's a useful tool, when
your debugger does not free the memory your program has allocated via the
DOS API.
