提交 98eddc67 编写于 作者: R Rich Felker

make sure getw/putw agree with prototypes by defining _GNU_SOURCE

上级 25b88f08
#define _GNU_SOURCE
#include <stdio.h>
int getw(FILE *f)
......
#define _GNU_SOURCE
#include <stdio.h>
int putw(int x, FILE *f)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册