/gwdebug

A drop-in debug library for C code from 1990s - finds many memory bugs

Primary LanguageC

A drop-in debug library I wrote to help me with testing my C
code back in the 1990s. This library could find numerous 
problems with heap operations and buffer overruns, file and
memory leaks, bad frees and double frees, etc.

Includes a stack backtrace utility function I wrote for Borland C.