Date: Thu, 22 Oct 1998 09:14:32 +0200 (MET DST) From: Olivier Perron X-Sender: perron AT rtbsci146s To: djgpp AT delorie DOT com Subject: Re: warning: implicit delclaration of function 'int memset(...)' In-Reply-To: <1mRW1.21509$re.3501354@HME2.newscontent-01.sprint.ca> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Mon, 19 Oct 1998, Jay wrote: > warning: implicit delclaration of function 'int memset(...)' > > What does this mean? All I did was > > memset(VGA,0,320*200); > > ??? > Did you #include ?