Go to the first, previous, next, last section, table of contents.


int386

Syntax

#include <dos.h>

int int386(int ivec, union REGS *in, union REGS *out);

Description

This function is equal to int86 function. See See section int86 for further description.

Return Value

The returned value of EAX.

Portability

not ANSI, not POSIX


Go to the first, previous, next, last section, table of contents.