home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
MISC
/
NETWORK
/
TEL23SRC.ZIP
/
INCLUDE
/
DEBUG.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1991-07-02
|
168 b
|
11 lines
#ifndef DEBUGH
#define DEBUGH
#ifdef DEBUG
# define BUG(__s) printf("%s[%d]: %s\n",__FILE__,__LINE__,__s);
#else
# define BUG(__s)
#endif
#endif /*DEBUGH*/