1 2 3 4 5 6 7 8 9 10
extern "C" { void lib_function(); void lib_function2(); } int main() { lib_function(); lib_function2(); }