This website requires JavaScript.
Explore
Help
Sign In
libs
/
rt-thread-official
mirror of
https://github.com/RT-Thread/rt-thread.git
Watch
4
Star
0
Fork
You've already forked rt-thread-official
0
Code
Issues
Releases
Wiki
Activity
6ae9a5d95c
rt-thread-official
/
components
/
libc
/
minilibc
/
stdio.h
9 lines
95 B
C
Raw
Normal View
History
Unescape
Escape
add minilibc files for gcc compiler git-svn-id: https://rt-thread.googlecode.com/svn/trunk@377 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-06 22:58:17 +08:00
#
ifndef __STDIO_H__
#
define __STDIO_H__
Add more type definitions for POSIX thread. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2203 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-07-06 19:19:16 +08:00
#
define BUFSIZ 128
#
define EOF (-1)
add minilibc files for gcc compiler git-svn-id: https://rt-thread.googlecode.com/svn/trunk@377 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-06 22:58:17 +08:00
#
endif