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
712c0673fb
rt-thread-official
/
components
/
libc
/
minilibc
/
stdio.h
9 lines
87 B
C
Raw
Blame
History
#
ifndef __STDIO_H__
#
define __STDIO_H__
#
define BUFSIZ 128
#
define EOF (-1)
#
endif
View Git Blame
Copy Permalink