home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 December
/
simtel1292_SIMTEL_1292_Walnut_Creek.iso
/
msdos
/
filutl
/
chksum2.arc
/
DEBUG.H
< prev
next >
Wrap
C/C++ Source or Header
|
1989-02-16
|
450b
|
15 lines
/* /usr/include/stub/debug.h 890123 NHA */
/* This is the version for use with public sharing of my sources */
/* The intent is to neutralize initdebug() and printd() so that */
/* any compiler will swallow them without complaint */
/* You may have to tweak this for yours */
#ifndef __DEBUG__
#define __DEBUG__
/** #define printd + **/
#define printd
#define initdebug(acptr,avptr,confile,lstfile,initstring)
#endif __DEBUG__