#include extern "C" { void C1 (); } void C1 () { printf ("C1\n"); }