#include "library.h" #include extern "C" { void hello() { std::cout << "Hello, World!" << std::endl; } }