Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
-
- #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
|