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

8 lines
101 B
C
Raw Normal View History

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