This website requires JavaScript.
Explore
Help
Sign In
libs
/
rt-thread
Watch
4
Star
0
Fork
You've already forked rt-thread
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
f3192c2293
rt-thread
/
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