add libc_stdio.h

This commit is contained in:
mysterywolf
2020-09-05 16:21:00 +08:00
parent 74ab1551fd
commit 6fa049ee3d
3 changed files with 23 additions and 2 deletions

20
include/libc/libc_stdio.h Normal file
View File

@@ -0,0 +1,20 @@
/*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*/
/*
* File : libc_stdio.h
*
* Change Logs:
* Date Author Notes
* 2020-09-05 Meco Manthe first version
*/
#ifndef LIBC_STDIO_H__
#define LIBC_STDIO_H__
#include <posix_getline.h>
#endif