1 2 3 4 5 6 7 8
extern void b_function (void); extern void c_function (void); void b_function (void) { c_function(); }