home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware 1 2 the Maxx
/
sw_1.zip
/
sw_1
/
PROGRAM
/
DJLSR106.ZIP
/
LIBSRC
/
C
/
DOS
/
INTDOSX.C
< prev
next >
Wrap
C/C++ Source or Header
|
1992-03-02
|
125b
|
7 lines
#include <dos.h>
intdosx(union REGS *in, union REGS *out, struct SREGS *seg)
{
return int86x(0x21, in, out, seg);
}