Created
June 10, 2013 05:28
-
-
Save christianroman/5746727 to your computer and use it in GitHub Desktop.
Mixing C, C++, Objective-C
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #if defined _cplusplus | |
| extern "C" { | |
| #endif | |
| void your_c_function() | |
| { | |
| ... | |
| } | |
| #if defined _cplusplus | |
| } | |
| #endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment