選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

ser_print.h 187B

1234567891011
  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