Using a C file in an xcode/objective-c project

Posted by Minar on Stack Overflow See other posts from Stack Overflow or by Minar
Published on 2010-05-13T01:38:21Z Indexed on 2010/05/13 1:44 UTC
Read the original article Hit count: 382

Filed under:
|
|
|
|

I am making an iPhone app. I have a code that is in C. The C code contains a lot of pointers and global variables. I want to use this C code in my objective-c project. Can anybody please help me with this?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c