bar2.c 51 B

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