foo1b.c 62 B

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