This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Masuk
hongwenjun
/
musl
cermin dari
https://git.musl-libc.org/git/musl
Liatin
1
Bintangi
0
Fork
0
Berkas
Masalah
0
Wiki
Jelajahi Sumber
make sure getw/putw agree with prototypes by defining _GNU_SOURCE
Rich Felker
13 tahun lalu
induk
25b88f0810
melakukan
98eddc6776
2 mengubah file
dengan
2 tambahan dan
0 penghapusan
Tampilan Split
Tampilkan Statistik Diff
1
0
src/stdio/getw.c
1
0
src/stdio/putw.c
+ 1
- 0
src/stdio/getw.c
Tampilan Berkas
@@ -1,3 +1,4 @@
+#define _GNU_SOURCE
#include <stdio.h>
int getw(FILE *f)
+ 1
- 0
src/stdio/putw.c
Tampilan Berkas
@@ -1,3 +1,4 @@
+#define _GNU_SOURCE
#include <stdio.h>
int putw(int x, FILE *f)