#ifndef foo_h__ #define foo_h__ extern "C" { int foo(int number); } #endif // foo_h__