4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-15 20:59:22 +08:00
2013-01-08 22:40:58 +08:00

9 lines
87 B
C

#ifndef __STDIO_H__
#define __STDIO_H__
#define BUFSIZ 128
#define EOF (-1)
#endif