Re: ObjC from C
Re: ObjC from C
- Subject: Re: ObjC from C
- From: "Erik M. Buck" <email@hidden>
- Date: Thu, 13 Dec 2001 00:55:37 -0600
- Organization: EMB & Assocites Inc.
Of course.
Implement SomeLameCFunction(char * bob) in a *.m file or use the compiler
option to force it to use Objective-C when compiling that module.
Why would anyone doubt this ? This is exactly what Apple's own code example
do. What else could the phrase "Super-set of ANSI C" mean ?