b.c 48 B

123456
  1. extern int a();
  2. int b()
  3. {
  4. return a() + 17;
  5. }