Date: Thu, 27 Aug 1998 10:56:01 -0400 (EDT) Message-Id: <199808271456.KAA21926@delorie.com> From: DJ Delorie To: eliz AT is DOT elta DOT co DOT il CC: george DOT foot AT merton DOT oxford DOT ac DOT uk, djgpp-workers AT delorie DOT com In-reply-to: (message from Eli Zaretskii on Thu, 27 Aug 1998 14:05:12 +0300 (IDT)) Subject: Re: Patch to mkdoc and re: portability information Precedence: bulk > Why is it important for the user to know whether a function goes > directly to DOS, anyway? It's not. I'm just saying that when a function seems to match a dos call, dos compilers often just call it directly rather than try (as djgpp does) to adhere to some standard. Because of this, dos programmers would think it unusual do not call the dos call directly.