libc.h 159 B

1234567
  1. #ifndef __RTT_LIBC_H__
  2. #define __RTT_LIBC_H__
  3. void libc_system_init(const char* tty_name);
  4. int libc_time_to_tick(const struct timespec *time);
  5. #endif