home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compendium Deluxe 2
/
LSD and 17bit Compendium Deluxe - Volume II.iso
/
a
/
prog
/
cprog
/
ddjcomp.lha
/
hstest
/
lib
/
quit.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
|
1989-06-02
|
139 b
|
9 lines
#include <stdio.h>
quit(s,a1,a2,a3,a4,a5,a6,a7,a8,a9)
char *s;
{
fprintf(stderr,s,a1,a2,a3,a4,a5,a6,a7,a8,a9);
exit(1);
}