newlib-cygwin/newlib/libc/sys/go32/intdosx.c

7 lines
123 B
C
Raw Normal View History

2000-02-18 03:39:52 +08:00
#include <sys/dos.h>
intdosx(union REGS *in, union REGS *out, struct SREGS *seg)
{
return int86x(0x21, in, out, seg);
}