** help...

Richard A. O'Keefe ok at goanna.cs.rmit.oz.au
Tue Aug 21 16:42:47 AEST 1990


In article <3871 at bingvaxu.cc.binghamton.edu>, vu0310 at bingvaxu.cc.binghamton.edu (R. Kym Horsell) writes:
> 	extern char *malloc();
> at the top or include the appropriate header (malloc.h is std but
                                                ^^^^^^^^^^^^^^^
In ANSI-compliant compilers, the prototype for malloc() can be found
in <stdlib.h>.  The ANSI standard does not require any <malloc.h>, though
there is nothing to stop an implementation providing such a thing.
-- 
The taxonomy of Pleistocene equids is in a state of confusion.



More information about the Comp.lang.c mailing list