foo2.c 61 B

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