bar1.c 51 B

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