1 extern int b_has_a_function(); 2 3 int b_has_a_function()4 b_has_a_function() { 5 return 100; 6 } 7