foo3.c 61 B

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