1 2 3 4 5 6 7 8
#include <stdlib.h> #include <wchar.h> int wctomb(char *s, wchar_t wc) { if (!s) return 0; return wcrtomb(s, wc, 0); }
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル