Using C file in xcode / objective-c project

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?

+2


a source to share


1 answer


Objective-C is a perfect superset of C. Just add the file to your Xcode project as usual.



+6


a source







All Articles