home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
c
/
library
/
dos
/
debug
/
tt_cdeb
/
cond.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1987-11-10
|
244 b
|
15 lines
/* COND.H
TTCD Conditional Breakpoint Macro
Copyright (c) 1987, SAYSoft, Inc.
All Rights Reserved.
*/
#if !defined(NO_COND)
#define condition(cond) _AX=(cond);
#else
#define condition(cond)
#endif