rt-thread/include/libc/libc_stdio.h

23 lines
362 B
C
Raw Normal View History

2020-09-05 16:21:00 +08:00
/*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-09-05 Meco Manthe first version
*/
#ifndef LIBC_STDIO_H__
#define LIBC_STDIO_H__
2020-09-06 12:31:42 +08:00
#include <rtconfig.h>
#ifdef RT_USING_POSIX_GETLINE
2020-09-05 18:10:30 +08:00
2020-09-05 16:21:00 +08:00
#include <posix_getline.h>
#endif
2020-09-05 18:10:30 +08:00
#endif