Mail Archives: djgpp-workers/1996/11/30/00:56:34
This is a multi-part message in MIME format.
--------------3A394029459A
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
This patch adds the missing #include <dos.h> line to the delay
documentation.
It's a minor fix, but somebody has to do it. ;)
--
---------------------------------------------------------------------
| John M. Aldrich, aka Fighteer I | fighteer AT cs DOT com |
| Proud owner of what might one | http://www.cs.com/fighteer |
| day be a spectacular MUD... | Plan: To make Bill Gates suffer |
---------------------------------------------------------------------
--------------3A394029459A
Content-Type: text/plain; charset=us-ascii; name="DELAY.DIF"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="DELAY.DIF"
*** delay.tx~ Mon Jul 10 01:40:08 1995
--- delay.txh Sat Nov 30 00:35:48 1996
***************
*** 2,7 ****
--- 2,9 ----
@subheading Syntax
@example
+ #include <dos.h>
+
void delay(unsigned msec);
@end example
--------------3A394029459A--
- Raw text -