OSDN Git Service

Convert release and draft pages to UTF-8.
[linuxjm/jm.git] / manual / LDP_man-pages / draft / man3 / wcschr.3
index e38cfa9..2ae4e5d 100644 (file)
 .\"
 .TH WCSCHR 3 1999-07-25 "GNU" "Linux Programmer's Manual"
 .\"O .SH NAME
-.SH Ì¾Á°
+.SH 名前
 .\"O wcschr \- search a wide character in a wide-character string
-wcschr \- ¥ï¥¤¥Éʸ»úʸ»úÎóÃæ¤Î¥ï¥¤¥Éʸ»ú¤ò¸¡º÷¤¹¤ë
+wcschr \- ワイド文字文字列中のワイド文字を検索する
 .\"O .SH SYNOPSIS
-.SH ½ñ¼°
+.SH 書式
 .nf
 .B #include <wchar.h>
 .sp
 .BI "wchar_t *wcschr(const wchar_t *" wcs ", wchar_t " wc );
 .fi
 .\"O .SH DESCRIPTION
-.SH ÀâÌÀ
+.SH 説明
 .\"O The
 .\"O .BR wcschr ()
 .\"O function is the wide-character equivalent
@@ -38,26 +38,26 @@ wcschr \- 
 .\"O It searches the first occurrence of \fIwc\fP in the wide-character
 .\"O string pointed to by \fIwcs\fP.
 .BR wcschr ()
-´Ø¿ô¤Ï¡¢
+関数は、
 .BR strchr (3)
-´Ø¿ô¤ËÂбþ¤¹¤ë¥ï¥¤¥Éʸ»ú´Ø¿ô¤Ç¤¢¤ë¡£
-¤³¤Î´Ø¿ô¤Ï¡¢\fIwcs\fP ¤¬»Ø¤¹¥ï¥¤¥Éʸ»úʸ»úÎó¤ÎÃæ¤ÇºÇ½é¤Ë¸½¤ï¤ì¤ë \fIwc\fP ¤ò¸¡º÷¤¹¤ë¡£
+関数に対応するワイド文字関数である。
+この関数は、\fIwcs\fP が指すワイド文字文字列の中で最初に現われる \fIwc\fP を検索する。
 .\"O.SH "RETURN VALUE"
-.SH ÊÖ¤êÃÍ
+.SH 返り値
 .\"O The
 .\"O .BR wcschr ()
 .\"O function returns a pointer to the first occurrence of
 .\"O \fIwc\fP in the wide-character string pointed to by \fIwcs\fP, or NULL if
 .\"O \fIwc\fP does not occur in the string.
 .BR wcschr ()
-´Ø¿ô¤Ï¡¢\fIwcs\fP ¤¬»Ø¤¹¥ï¥¤¥Éʸ»úʸ»úÎó¤ÎÃæ¤ÇºÇ½é¤Ë¸½¤ï¤ì¤¿
-\fIwc\fP ¤Ø¤Î¥Ý¥¤¥ó¥¿¤òÊÖ¤¹¡£\fIwc\fP ¤¬Ê¸»úÎóÃæ¤Ë¸½¤ï¤ì¤Ê¤«¤Ã¤¿¾ì¹ç¤Ï
-NULL ¤òÊÖ¤¹¡£
+関数は、\fIwcs\fP が指すワイド文字文字列の中で最初に現われた
+\fIwc\fP へのポインタを返す。\fIwc\fP が文字列中に現われなかった場合は
+NULL を返す。
 .\"O .SH "CONFORMING TO"
-.SH ½àµò
+.SH 準拠
 C99.
 .\"O .SH "SEE ALSO"
-.SH ´ØÏ¢¹àÌÜ
+.SH 関連項目
 .BR strchr (3),
 .BR wcspbrk (3),
 .BR wcsrchr (3),