提交 25b88f08 编写于 作者: R Rich Felker

add prototypes for getw/putw

上级 2121b8a4
......@@ -168,6 +168,8 @@ void clearerr_unlocked(FILE *);
int feof_unlocked(FILE *);
int ferror_unlocked(FILE *);
int fileno_unlocked(FILE *);
int getw(FILE *);
int putw(int, FILE *);
#endif
#ifdef _GNU_SOURCE
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册