Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

12 lines
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