Xref: news2.mv.net comp.os.msdos.djgpp:4402 From: malcolm AT manawatu DOT gen DOT nz (Malcolm Taylor) Newsgroups: comp.os.msdos.djgpp Subject: Re: #include Date: Thu, 30 May 1996 22:23:05 GMT Organization: Grafik Software Lines: 18 Message-ID: <4olasq$1nt@news.manawatu.gen.nz> References: <31ABDA60 DOT 122C AT intercable DOT net> Reply-To: malcolm AT manawatu DOT gen DOT nz NNTP-Posting-Host: malcolm.manawatu.gen.nz Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp rpenia AT intercable DOT net (Rafael Pena Villareal) wrote: >Hi folks!! >Im changing some programs from borlandc 3.0 to djgpp 2.0, and when >I write >#include >the compiler says file not found. Im sure I downloaded all the files >and into the include directory but there's no alloc.h >Does anyone know which file.h replace it? AFAIK alloc.h is not ANSI. If you just need malloc then include stdlib.h should give you the required functions. Malcolm