Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!samsung!uunet!munnari.oz.au!goanna!ok From: ok@goanna.cs.rmit.oz.au (Richard A. O'Keefe) Newsgroups: comp.lang.c Subject: Re: ** help... Message-ID: <3591@goanna.cs.rmit.oz.au> Date: 21 Aug 90 06:42:47 GMT References: <2409@dsacg2.dsac.dla.mil> <3871@bingvaxu.cc.binghamton.edu> Organization: Comp Sci, RMIT, Melbourne, Australia Lines: 9 In article <3871@bingvaxu.cc.binghamton.edu>, vu0310@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 . The ANSI standard does not require any , though there is nothing to stop an implementation providing such a thing. -- The taxonomy of Pleistocene equids is in a state of confusion.