home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga MA Magazine 1998 #6
/
amigamamagazinepolishissue1998.iso
/
varia
/
toolmanager
/
source
/
converter
/
debug.c
< prev
next >
Wrap
C/C++ Source or Header
|
1977-12-31
|
568b
|
20 lines
/*
* debug.c V3.0
*
* ToolManager preferences file converter debugging code
*
* Copyright (C) 1990-97 Stefan Becker
*
* This source code is for educational purposes only. You may study it
* and copy ideas or algorithms from it for your own projects. It is
* not allowed to use any of the source codes (in full or in parts)
* in other programs. Especially it is not allowed to create variants
* of ToolManager or ToolManager-like programs from this source code.
*
*/
#include "converter.h"
/* Include global debugging code */
#include "/global_debug.c"