Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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