This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
hongwenjun
/
musl
mirror of
https://git.musl-libc.org/git/musl
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
explicitly include stdio.h to get EOF definition needed by wctob
Michael Meeuwisse
9 năm trước cách đây
mục cha
6d70c08a2c
commit
6e694d6960
1 tập tin đã thay đổi
với
1 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
1
0
src/multibyte/wctob.c
+ 1
- 0
src/multibyte/wctob.c
Xem Tập Tin
@@ -1,4 +1,5 @@
#include <wchar.h>
+#include <stdio.h>
#include <stdlib.h>
#include "internal.h"