If you are including a header .h and implementation file .c for C functions in your Objective-C project and get errors like:
1
| |
there is an easy solution. Change the extension of the implementation file from .c to .m.
If you are including a header .h and implementation file .c for C functions in your Objective-C project and get errors like:
1
| |
there is an easy solution. Change the extension of the implementation file from .c to .m.