This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Bejelentkezés
hongwenjun
/
musl
tükrözi:
https://git.musl-libc.org/git/musl
Figyelés
1
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Wiki
Forráskód Böngészése
make sure getw/putw agree with prototypes by defining _GNU_SOURCE
Rich Felker
12 éve
szülő
25b88f0810
commit
98eddc6776
2 módosított fájl
,
2 hozzáadás
és
0 törlés
Osztott Nézet
Diff Statisztika Mutatása
1
0
src/stdio/getw.c
1
0
src/stdio/putw.c
+ 1
- 0
src/stdio/getw.c
Fájl Megtekintése
@@ -1,3 +1,4 @@
+#define _GNU_SOURCE
#include <stdio.h>
int getw(FILE *f)
+ 1
- 0
src/stdio/putw.c
Fájl Megtekintése
@@ -1,3 +1,4 @@
+#define _GNU_SOURCE
#include <stdio.h>
int putw(int x, FILE *f)