Skip to content

Instantly share code, notes, and snippets.

@alexgeek
Created March 11, 2015 17:46
Show Gist options
  • Select an option

  • Save alexgeek/dc628e45a88fa0cc92f8 to your computer and use it in GitHub Desktop.

Select an option

Save alexgeek/dc628e45a88fa0cc92f8 to your computer and use it in GitHub Desktop.
C in C++ Boilerplate Header
#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