bar2.c 57 B

12
  1. extern int bar3(void);
  2. int bar2(void) { return bar3(); }