b1.c 53 B

12345
  1. #include "b.h"
  2. EXPORT_B int b1(void)
  3. {
  4. return 0;
  5. }