rt-thread-official/components/libc/minilibc/stdio.h

9 lines
87 B
C
Raw Normal View History

2013-01-08 22:40:58 +08:00
#ifndef __STDIO_H__
#define __STDIO_H__
#define BUFSIZ 128
#define EOF (-1)
#endif