1 extern "C" int b_function(); 2 a_function()3 extern "C" int a_function() { return b_function(); } 4