1 2 3 4 5 6 7
extern void a1_function (void); extern void a2_function (void); void a2_function (void) { a1_function (); }