Date: Sun, 1 Feb 1998 18:40:46 -0800 (PST) Message-Id: <199802020240.SAA15936@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: pgarrett AT dalton DOT net, djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: imlicit delecration? Precedence: bulk At 08:31 1/30/1998 -0500, Philip Garrett wrote: > > >Juuso Santeri Vilmunen wrote: > >> using rhide here and getting this warning message "implicit >> delecration"... >> >> what's that? >> >> int *polybuffer=(int *)malloc(200*4*2); >> >> that's where the problem should be... >> >> shouldn't go wrong .. that's what i think. >> >> thnks for ya help >> >> Juuso > > >Make sure you're include either or . is the standard solution. is non-portable, and in fact on DJGPP is only around for compatibility. It really just includes , anyway. Nate Eldredge eldredge AT ap DOT net