您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12 行
187B

  1. #ifdef __cplusplus
  2. extern "C"{
  3. #endif
  4. void ser_print(const char *p);
  5. void ser_print_hex(unsigned int n);
  6. void ser_print_hex32(unsigned int n);
  7. #ifdef __cplusplus
  8. } // extern "C"
  9. #endif