Files
rt-thread/components/libc/compilers/minilibc/stdio.h
2017-10-10 17:12:03 +08:00

9 lines
87 B
C

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