demo.c 99 B

12345678910
  1. #include "mbs.h"
  2. int main()
  3. {
  4. mbs_start_cess2000(1);
  5. while (1)
  6. {
  7. }
  8. return 0;
  9. }