You can use either... I tend to use #include when I'm calling C libraries and #import when I'm including things that are Objective-C. It's just my habit but it's really just
a style issue.

On Jun 12, 2008, at 21:37 , William Squires wrote:

I thought ObjC used "#import", not "#include", so that multiple copies of a header wouldn't appear, but maybe that's just for Cocoa stuff, and not for "ordinary" C?

On Jun 12, 2008, at 1:05 AM, Jason Coco wrote:

#include <assert.h>

/* ... */
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to