I am making an iPhone app. I have code which is in C. C code contains many pointers and globals. I want to use this code in my objective-c project. Can anyone help me with this?
Objective-C is a perfect superset of C. Just add the file to your Xcode project as usual.