b.c 48 B

123456
  1. #include "a.h"
  2. int b()
  3. {
  4. return a() + 1;
  5. }