We need to write a C library, and this library must be accessible from Objective-C. Now I donβt know anything about Objective-C, so I wonder how easy it is to use Objective-C C. Is it as simple as including the C header in Objective-C code and linking to the library? Is there anything special I have to do (for example, the extern "C" bit with C ++)?
source share