Date: Mon, 3 Mar 1997 19:09:40 +0200 (IST) From: Eli Zaretskii To: "Tony O'Bryan" cc: djgpp AT delorie DOT com Subject: Re: DJGPP Structs In-Reply-To: <331ad2fc.1169004@ursa.smsu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 3 Mar 1997, Tony O'Bryan wrote: > I was > also surprised to find out that malloc is not declared in , > but rather in is its standard place, according to ANSI C. is the non-standard header used by some compilers, but you shouldn't use it in a portable program.