foo1.c 59 B

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