foo3.c 59 B

12
  1. extern int foo1b(void);
  2. int foo3(void) { return foo1b(); }