home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Super PC 34
/
Super PC 34 (Shareware).iso
/
spc
/
UTIL
/
DJGPP2
/
V2
/
DJTST200.ZIP
/
tests
/
libc
/
ansi
/
assert
/
assert.c
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
|
1995-03-20
|
333 b
|
27 lines
#include <assert.h>
#include <assert.h>
#include <assert.h>
#include <assert.h>
void
debug(void)
{
assert(1==1);
assert(1==0);
}
#define NDEBUG 1
#include <assert.h>
#include <assert.h>
#include <assert.h>
#include <assert.h>
int
main(void)
{
assert(1==1);
assert(1==0);
debug();
return 0;
}