Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
-
- #ifdef __cplusplus
- extern "C"{
- #endif
- void ser_print(const char *p);
- void ser_print_hex(unsigned int n);
- void ser_print_hex32(unsigned int n);
- #ifdef __cplusplus
- } // extern "C"
- #endif
|