foo3b.c 60 B

12
  1. extern int foo1c(void);
  2. int foo3b(void) { return foo1c(); }