test.c 96 B

123456789
  1. #include <stdio.h>
  2. #include "b.h"
  3. int main()
  4. {
  5. printf("b=%d\n", b());
  6. return 0;
  7. }