From: khan@xraylith.wisc.edu (Mumit Khan)
Subject: Re: Problems with malloc
17 Dec 1997 16:48:56 -0800
Message-ID: <9712171942.AA11148.cygnus.gnu-win32@modi.xraylith.wisc.edu>
References: <971217084523206@snoopy.apptive.co.uk>
To: "Julian W H Osborne" <juliano@apptive.co.uk>
Cc: gnu-win32@cygnus.com, khan@xraylith.wisc.edu

"malloc.h" is not mandated by ANSI C and hence not needed by standard
conforming programs. All the "malloc" and friends are declared in
<stdlib.h>, so include that instead.

Mumit
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
