home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software 2000
/
Software 2000 Volume 1 (Disc 1 of 2).iso
/
utilities
/
u264.dms
/
in.adf
/
ARPPRO3.0
/
PRO.RUN
/
exit.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
Text File
|
1992-04-18
|
145 b
|
10 lines
/* Not really arp specific, but need to prevent horrendous linker errors */
int (*cls_)();
exit(code)
{
if (cls_)
(*cls_)();
_exit(code);
}