#include extern "C" { int ecgsyn() { std::printf("hello world\n"); return 69; } }