bar2.c 59 B

12345
  1. extern int bar3(void);
  2. int bar2(void)
  3. {
  4. return bar3();
  5. }