#ifndef CPP_LIBRARY_H #define CPP_LIBRARY_H extern "C" { void hello(); } #endif // CPP_LIBRARY_H