home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Otherware
/
Otherware_1_SB_Development.iso
/
mac
/
developm
/
librarie
/
posix10.sit
/
POSIX
/
ThinkCPosix
/
Abort.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
|
1992-09-11
|
123 b
|
10 lines
/* $Id: $ */
#include "ThinkCPosix.h"
void Abort(void)
{
fprintf(stderr, "Abnormal program termination\n");
exit(3);
}