foo2.c 59 B

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