Created
March 11, 2015 17:46
-
-
Save alexgeek/dc628e45a88fa0cc92f8 to your computer and use it in GitHub Desktop.
C in C++ Boilerplate Header
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
| #ifndef FOO_H | |
| #define FOO_H | |
| #ifdef __cplusplus | |
| extern "C" { | |
| #endif | |
| int foo(); | |
| #ifdef __cplusplus | |
| } | |
| #endif | |
| #endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment