Date: Wed, 27 Aug 1997 20:01:50 -0700 (PDT) Message-Id: <199708280301.UAA10647@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: DBerry AT dca DOT gov DOT au, djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: delay() and -Wall Precedence: bulk At , DBerry AT dca DOT gov DOT au wrote: > >I have a program that works fine. However when I compile it with the -Wall >switch I get the following message: > >para.c: In function `main': >para.c:163: warning: implicit declaration of function `delay' - The >statement is just a delay(1000); There is no prototype for delay() in scope. You need to #include Nate Eldredge eldredge AT ap DOT net