Re: Where do I find the C headers?
Re: Where do I find the C headers?
- Subject: Re: Where do I find the C headers?
- From: Chris Mear <email@hidden>
- Date: Sat, 27 Mar 2004 15:02:53 +0000
On 27 Mar 2004, at 2:40 pm, Chris Mear wrote:
On 27 Mar 2004, at 1:05 pm, Mark Patterson wrote:
Excuse the newbie question, but after poking around for a while, I
haven't found the location of the basic C headers, like stdio.h and
so on. I've got panther and x-code.
Try /usr/include/, or /Developer/SDKs/MacOSX10.#.#.sdk/usr/include/.
Forgot to say: This is the actual location of the header file, but if
you're trying to include stdio in a C source file, you probably want to
use
#include <stdio.h>
rather than hard-coding a path.
Chris
_______________________________________________
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.