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.

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