Date: Wed, 11 Feb 1998 11:49:02 +0200 (IST) From: Eli Zaretskii To: "Eugene N. Trofimov" cc: djgpp AT delorie DOT com Subject: Re: INT calls int DJGPP In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 10 Feb 1998, Eugene N. Trofimov wrote: > Could anybody point me all distinctions between following functions : > > __dpmi_simulate_realmode_int(...) > __dpmi_int(...) > _go32_dpmi_simulate_int(...) But it's all in the docs! Why do you ask others to look it up in your place? Type "info libc alpha", find these functions in the list and read their descriptions. The only thing that is NOT documented is that first and the last of these functions are actually the same (the latter is #define'd to be the former, see ). But the documentation describes both of these correctly.