Date: Thu, 29 Mar 2001 17:42:18 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Maurice Lombardi cc: djgpp AT delorie DOT com, gpc Subject: Re: Bug in Delay In-Reply-To: <3AC356EE.3010201@ujf-grenoble.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 29 Mar 2001, Maurice Lombardi wrote: > djgpp C delay() function is a dosish nicety (prototype in dos.h) which exists nowhere else. That's not true: I find `delay' on some Unix boxes. > It is unfortunate that djgpp implemented the less accurate delay > function with the more standard usleep() function. `delay' is a compatibility function in DJGPP, and the reference for that compatibility is Borland. AFAIK, Borland's library uses Int 15h for its `delay' implementation.