fbmld.bi

Summary
fbmld.bi
LicenseCopyright © 2007-2011, FreeBASIC Extended Library Development Group

License

Copyright © 2007-2011, FreeBASIC Extended Library Development Group

fbmld (FB Memory Leak Detector) version 0.6

Copyright © 2006 Daniel R.  Verkamp http://drv.nu/

Tree storage implemented by yetifoot

Distributed under the FreeBASIC Extended Library Group license.  See accompanying file LICENSE.txt or copy at http://code.google.com/p/fb-extended-lib/wiki/License

Usage

This file implements the FreeBASIC Memory Leak Detector.

You do not need to explicitly include this file in your project to use it,

it is included automatically.  To use the features of this file, you must

define FBEXT_USE_MLD before including any Extended Library headers.

#define FBEXT_USE_MLD
#include "ext/strings.bi"
using ext
print "This is a program believed to have memory leaks."