OSDN Git Service

(split) LDP: draft snapshot generated from latest ja.po files.
[linuxjm/LDP_man-pages.git] / draft / man3 / wcschr.3
index 2ae4e5d..cf96f75 100644 (file)
 .\"   OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
 .\"   ISO/IEC 9899:1999
 .\"
-.\" About this Japanese page, please contact to JM Project <JM@linux.or.jp>
-.\" Translated Sun Oct 17 21:56:31 JST 1999
-.\"           by FUJIWARA Teruyoshi <fujiwara@linux.or.jp>
+.\"*******************************************************************
 .\"
-.TH WCSCHR 3 1999-07-25 "GNU" "Linux Programmer's Manual"
-.\"O .SH NAME
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.TH WCSCHR 3 1999\-07\-25 GNU "Linux Programmer's Manual"
 .SH 名前
-.\"O wcschr \- search a wide character in a wide-character string
 wcschr \- ワイド文字文字列中のワイド文字を検索する
-.\"O .SH SYNOPSIS
 .SH 書式
 .nf
-.B #include <wchar.h>
+\fB#include <wchar.h>\fP
 .sp
-.BI "wchar_t *wcschr(const wchar_t *" wcs ", wchar_t " wc );
+\fBwchar_t *wcschr(const wchar_t *\fP\fIwcs\fP\fB, wchar_t \fP\fIwc\fP\fB);\fP
 .fi
-.\"O .SH DESCRIPTION
 .SH 説明
-.\"O The
-.\"O .BR wcschr ()
-.\"O function is the wide-character equivalent
-.\"O of the
-.\"O .BR strchr (3)
-.\"O function.
-.\"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 を検索する。
-.\"O.SH "RETURN VALUE"
+\fBwcschr\fP()  関数は、 \fBstrchr\fP(3)  関数に対応するワイド文字関数である。 この関数は、\fIwcs\fP
+が指すワイド文字文字列の中で最初に現われる \fIwc\fP を検索する。
 .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 を返す。
-.\"O .SH "CONFORMING TO"
+\fBwcschr\fP()  関数は、\fIwcs\fP が指すワイド文字文字列の中で最初に現われた \fIwc\fP へのポインタを返す。\fIwc\fP
+が文字列中に現われなかった場合は NULL を返す。
 .SH 準拠
 C99.
-.\"O .SH "SEE ALSO"
 .SH 関連項目
-.BR strchr (3),
-.BR wcspbrk (3),
-.BR wcsrchr (3),
-.BR wcsstr (3),
-.BR wmemchr (3)
+\fBstrchr\fP(3), \fBwcspbrk\fP(3), \fBwcsrchr\fP(3), \fBwcsstr\fP(3), \fBwmemchr\fP(3)