4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-17 08:03:30 +08:00
2010-10-22 10:20:38 +00:00

7 lines
106 B
C

#ifndef __RTT_LIBC_H__
#define __RTT_LIBC_H__
void libc_system_init(const char* tty_name);
#endif