4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-16 12:51:20 +08:00
2021-03-08 17:22:21 +08:00

23 lines
354 B
C

/*
* Copyright (c) 2006-2021, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-09-05 Meco Man the first version
*/
#ifndef LIBC_STDIO_H__
#define LIBC_STDIO_H__
#include <rtconfig.h>
#ifdef RT_USING_POSIX_GETLINE
#include <posix_getline.h>
#endif
#endif