This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
hongwenjun
/
musl
同期ミラー
https://git.musl-libc.org/git/musl
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
explicitly include stdio.h to get EOF definition needed by wctob
Michael Meeuwisse
9 年 前
親
6d70c08a2c
コミット
6e694d6960
1 ファイル変更
、
1 行追加
、
0 行削除
一括表示
差分情報を表示
1
0
src/multibyte/wctob.c
+ 1
- 0
src/multibyte/wctob.c
ファイルの表示
@@ -1,4 +1,5 @@
#include <wchar.h>
#include <wchar.h>
+#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
#include "internal.h"
#include "internal.h"