Re: Where to start?
Re: Where to start?
- Subject: Re: Where to start?
- From: Finlay Dobbie <email@hidden>
- Date: Thu, 28 Mar 2002 11:52:38 +0000
On Tuesday, March 26, 2002, at 01:46 AM, Ben Hines wrote:
Then there are often problems related to headers, like on OS X
#include <malloc.h>
has to be
#include <sys/malloc.h>
This is incorrect. There is no equivalent to malloc.h on OS X, malloc is
defined in one of the other standard headers (I forget which). You just
just #ifdef it out.
-- Finlay
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.