mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-22 17:08:12 +08:00
[libc][syscall]移除libc_stdio_read/write函数,优化syscall
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
int libc_system_init(void);
|
||||
int libc_stdio_set_console(const char* device_name, int mode);
|
||||
int libc_stdio_get_console(void);
|
||||
int libc_stdio_set_console(const char* device_name, int mode);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Reference in New Issue
Block a user