[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

int386

Syntax

 
#include <dos.h>

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

Description

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

Return Value

The returned value of EAX.

Portability

ANSI/ISO C No
POSIX No