c2.c 50 B

123456
  1. extern int b2();
  2. int c2()
  3. {
  4. return b2() + 1;
  5. }