Date: 28 AUG 97 11:53:59 AST From: DBerry AT dca DOT gov DOT au Subject: Re: delay() and -Wall To: djgpp AT delorie DOT com MIME-Version: 1.0 Message-ID: <0000ftnjrbnr.0000ikkwiomi@dca.gov.au> Precedence: bulk Yeap - that fixed it up. Thanks PS : I had a look in "info libc" - but it didn't tell me which library delay() was in. It just had Syntax ------ void delay(unsigned msec); Description ------------- Original Text From: C=US/A=INTERNET/DDA=ID/dj(a)delorie.com, on 28/08/97 11:55 AM: > para.c: In function `main': > para.c:163: warning: implicit declaration of function `delay' Add this: #include