home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
LIBSRC.ZOO
/
libsrc
/
local
/
_exit.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-02-16
|
155 b
|
11 lines
#define INCL_DOSPROCESS
#include <os2.h>
ULONG Dos32Exit() asm ("Dos32Exit");
volatile void _exit (int status)
{
Dos32Exit (1, status);
}