This is a modified version of Fred Fish DBUG library.
To compile test_w32 you'll need to link against msvcrt.lib
as there is a call to _beginthreadex.
I've tested it with lcc-win32 and VC++ 5.0.

The compilation of the dbug library will depend on one of the following macro:
IDBUG_OS_W32: for win32 systems
IDBUG_OS_DOS: for DOS systems
IDBUG_OS_UNIX: for Un*x-like systems (not tested)


The makefile is for gcc under un*x and has two target: dbug and factorial.
fspinazzi@hotmail.com