This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
hongwenjun
/
musl
peilaus alkaen
https://git.musl-libc.org/git/musl
Tarkkaile
1
Äänestä
0
Haarauta
0
Tiedostot
Esitykset
0
Wiki
Selaa lähdekoodia
make sure getw/putw agree with prototypes by defining _GNU_SOURCE
Rich Felker
12 vuotta sitten
vanhempi
25b88f0810
sitoutus
98eddc6776
2 muutettua tiedostoa
jossa
2 lisäystä
ja
0 poistoa
Jaettu näkymä
Näytä diff tilastot
1
0
src/stdio/getw.c
1
0
src/stdio/putw.c
+ 1
- 0
src/stdio/getw.c
Näytä tiedosto
@@ -1,3 +1,4 @@
+#define _GNU_SOURCE
#include <stdio.h>
int getw(FILE *f)
+ 1
- 0
src/stdio/putw.c
Näytä tiedosto
@@ -1,3 +1,4 @@
+#define _GNU_SOURCE
#include <stdio.h>
int putw(int x, FILE *f)