≫ ホーム ≫ C言語ヘッダファイル別一覧 | C言語アルファベット別一覧 ≫ wchar.h ≫ wctob
ワイド文字 (wide character) を 1 バイト文字に変換します.
#include <stdio.h> #include <wchar.h>
int wctob( wint_t * c );
wctob 関数は c で指定されるワイド文字が 1 バイト文字に対応するかを調べ,可能なら 1 バイト文字に変換します.