Date: Wed, 7 Nov 2001 12:24:31 +0100 From: Erik Trulsson <ertr1013@student.uu.se> To: Jim Bryant <kc5vdj@yahoo.com> Cc: Jan Stocker <Jan.Stocker@t-online.de>, Mike Barcroft <mike@FreeBSD.ORG>, brooks@one-eyed-alien.net, freebsd-current@FreeBSD.ORG Subject: Re: malloc.h Message-ID: <20011107122431.A6824@student.uu.se> In-Reply-To: <3BE90EFF.8040508@yahoo.com> References: <001201c16763$e9c35380$fe02010a@twoflower.liebende.de> <3BE90EFF.8040508@yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Nov 07, 2001 at 04:37:51AM -0600, Jim Bryant wrote: > My "Standard C" book is in storage right now, and I don't have it handy, but > isn't <malloc.h> ANSI-defined? I could be mistaken, due to the fact that > every C compiler I've ever used had it, but all the same, I was wondering if > it was part of the standard. No, <malloc.h> is *not* part of the C standard. According to ANSI the header file that should be included when you wish to use malloc() is <stdlib.h> -- <Insert your favourite quote here.> Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011107122431.A6824>