foo2b.c 60 B

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