This website requires JavaScript.
Explore
Help
Sign In
RT-Thread
/
rt-thread
mirror of
https://github.com/RT-Thread/rt-thread
Watch
1
Star
0
Fork
You've already forked rt-thread
0
Code
Issues
Projects
Releases
Wiki
Activity
stable-v2.1.x
rt-thread
/
components
/
libc
/
minilibc
/
stdio.h
9 lines
87 B
C
Raw
Permalink
Blame
History
#
ifndef __STDIO_H__
#
define __STDIO_H__
#
define BUFSIZ 128
#
define EOF (-1)
#
endif
Reference in New Issue
View Git Blame
Copy Permalink