#include "a.h" #include int g = 1; extern "C" void f (const char * s) { printf ("Hello %s \n", s); }