foo2.c 59 B

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