mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-19 13:33:30 +08:00
c1ad7c8f69
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2203 bbd45198-f89e-11dd-88c7-29a3b14d5316
9 lines
95 B
C
9 lines
95 B
C
#ifndef __STDIO_H__
|
|
#define __STDIO_H__
|
|
|
|
#define BUFSIZ 128
|
|
#define EOF (-1)
|
|
|
|
#endif
|
|
|