This website works better with JavaScript
Startsida
Utforska
Hjälp
Logga in
hongwenjun
/
musl
spegling av
https://git.musl-libc.org/git/musl
Bevaka
1
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Wiki
Bläddra i källkod
make sure getw/putw agree with prototypes by defining _GNU_SOURCE
Rich Felker
12 år sedan
förälder
25b88f0810
incheckning
98eddc6776
2 ändrade filer
med
2 tillägg
och
0 borttagningar
Delad Vy
Visa Diff Statistik
1
0
src/stdio/getw.c
1
0
src/stdio/putw.c
+ 1
- 0
src/stdio/getw.c
Visa fil
@@ -1,3 +1,4 @@
+#define _GNU_SOURCE
#include <stdio.h>
int getw(FILE *f)
+ 1
- 0
src/stdio/putw.c
Visa fil
@@ -1,3 +1,4 @@
+#define _GNU_SOURCE
#include <stdio.h>
int putw(int x, FILE *f)