mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-23 04:04:15 +08:00
add libc_stdio.h
This commit is contained in:
@@ -12,8 +12,8 @@
|
|||||||
* 2020-09-05 Meco Manthe first version
|
* 2020-09-05 Meco Manthe first version
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __LIBC_LIMITS_H__
|
#ifndef LIBC_LIMITS_H__
|
||||||
#define __LIBC_LIMITS_H__
|
#define LIBC_LIMITS_H__
|
||||||
|
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
@@ -21,6 +21,7 @@
|
|||||||
#include "libc/libc_signal.h"
|
#include "libc/libc_signal.h"
|
||||||
#include "libc/libc_fdset.h"
|
#include "libc/libc_fdset.h"
|
||||||
#include "libc/libc_limits.h"
|
#include "libc/libc_limits.h"
|
||||||
|
#include "libc/libc_stdio.h"
|
||||||
|
|
||||||
#if defined(__CC_ARM) || defined(__CLANG_ARM) || defined(__IAR_SYSTEMS_ICC__)
|
#if defined(__CC_ARM) || defined(__CLANG_ARM) || defined(__IAR_SYSTEMS_ICC__)
|
||||||
typedef signed long off_t;
|
typedef signed long off_t;
|
||||||
|
|||||||
Reference in New Issue
Block a user