1 2 3 4 5 6 7 8
#include <wchar.h> wchar_t *wmemset(wchar_t *d, wchar_t c, size_t n) { wchar_t *ret = d; while (n--) *d++ = c; return ret; }
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル