home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DTP Toolbox
/
DTPToolbox.iso
/
utilities
/
archiveutils
/
wmf.lha
/
src
/
debug.c
< prev
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-10-22
|
155 b
|
9 lines
#include <stdio.h>
int _assert(char *exp, char *file, int line)
{
printf("assertion failed %s\nmodule: %s line %d\n",exp,file,line);
CleanExit(1);
}