Where is malloc() defined?

Arlindo da Silva arlindo@niteroi.gsfc.nasa.gov
Fri Jan 2 06:28:00 GMT 1998


Joe,
> 
> I have just installed the latest gnu-win32. I was compiling a program and
> the compiler was unable to locate malloc.h. What header file is the
> malloc() defined.
> 

Since "malloc.h" is not really ANSI it was left out.
A workaround is to create a single line "malloc.h":

#include <stdlib.h>

-- 
Arlindo da Silva    
dasilva@alum.mit.edu


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



More information about the Cygwin mailing list