OSDN Git Service

Convert release and draft pages to UTF-8.
[linuxjm/jm.git] / manual / LDP_man-pages / draft / man3 / wmemset.3
index 4bc8aa8..d85cba9 100644 (file)
 .\"
 .TH WMEMSET 3 1999-07-25 "GNU" "Linux Programmer's Manual"
 .\"O .SH NAME
-.SH Ì¾Á°
+.SH 名前
 .\"O wmemset \- fill an array of wide-characters with a constant wide character
-wmemset \- ¥ï¥¤¥Éʸ»ú¤ÎÇÛÎó¤òÄê¿ô¤Î¥ï¥¤¥Éʸ»ú¤ÇËä¤á¤ë
+wmemset \- ワイド文字の配列を定数のワイド文字で埋める
 .\"O .SH SYNOPSIS
-.SH ½ñ¼°
+.SH 書式
 .nf
 .B #include <wchar.h>
 .sp
 .BI "wchar_t *wmemset(wchar_t *" wcs ", wchar_t " wc ", size_t " n );
 .fi
 .\"O .SH DESCRIPTION
-.SH ÀâÌÀ
+.SH 説明
 .\"O The
 .\"O .BR wmemset ()
 .\"O function is the wide-character equivalent of the
@@ -37,20 +37,20 @@ wmemset \- 
 .\"O It fills the array of \fIn\fP wide-characters starting at \fIwcs\fP
 .\"O with \fIn\fP copies of the wide character \fIwc\fP.
 .BR wmemset ()
-´Ø¿ô¤Ï¡¢
+関数は、
 .BR memset (3)
-´Ø¿ô¤ËÂбþ¤¹¤ë¥ï¥¤¥Éʸ»ú´Ø¿ô¤Ç¤¢¤ë¡£
-¤³¤Î´Ø¿ô¤Ï¡¢\fBmemset\fP ¤òÀèƬ¤È¤¹¤ë \fIn\fP ¸Ä¤Î¥ï¥¤¥Éʸ»ú¤ÎÇÛÎó¤ò¡¢
-¥ï¥¤¥Éʸ»ú \fIwc\fP ¤Î \fIn\fP ¸Ä¤Î¥³¥Ô¡¼¤ÇËä¤á¤ë¡£
+関数に対応するワイド文字関数である。
+この関数は、\fBmemset\fP を先頭とする \fIn\fP 個のワイド文字の配列を、
+ワイド文字 \fIwc\fP の \fIn\fP 個のコピーで埋める。
 .\"O .SH "RETURN VALUE"
-.SH ÊÖ¤êÃÍ
+.SH 返り値
 .\"O .BR wmemset ()
 .\"O returns \fIwcs\fP.
 .BR wmemset ()
-¤Ï \fIwcs\fP ¤òÊÖ¤¹¡£
+は \fIwcs\fP を返す。
 .\"O .SH "CONFORMING TO"
-.SH ½àµò
+.SH 準拠
 C99.
 .\"O .SH "SEE ALSO"
-.SH ´ØÏ¢¹àÌÜ
+.SH 関連項目
 .BR memset (3)