OSDN Git Service

(split) LDP: Restore and add Copyrights for draft pages
[linuxjm/LDP_man-pages.git] / draft / man3 / wcscmp.3
index 6b1cca6..9465d71 100644 (file)
@@ -1,71 +1,48 @@
 .\" Copyright (c) Bruno Haible <haible@clisp.cons.org>
 .\"
+.\" %%%LICENSE_START(GPLv2+_DOC_ONEPARA)
 .\" This is free documentation; you can redistribute it and/or
 .\" modify it under the terms of the GNU General Public License as
 .\" published by the Free Software Foundation; either version 2 of
 .\" the License, or (at your option) any later version.
+.\" %%%LICENSE_END
 .\"
 .\" References consulted:
 .\"   GNU glibc-2 source code and manual
 .\"   Dinkumware C library reference http://www.dinkumware.com/
-.\"   OpenGroup's Single Unix specification http://www.UNIX-systems.org/online.html
+.\"   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>
+.\"*******************************************************************
+.\"
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.\"
 .\" Translated Sun Oct 17 22:09:35 JST 1999
 .\"           by FUJIWARA Teruyoshi <fujiwara@linux.or.jp>
 .\"
-.TH WCSCMP 3 1999-07-25 "GNU" "Linux Programmer's Manual"
-.\"O .SH NAME
-.SH Ì¾Á°
-.\"O wcscmp \- compare two wide-character strings
-wcscmp \- 2 ¤Ä¤Î¥ï¥¤¥Éʸ»úʸ»úÎó¤òÈæ³Ó¤¹¤ë
-.\"O .SH SYNOPSIS
-.SH ½ñ¼°
+.TH WCSCMP 3 1999\-07\-25 GNU "Linux Programmer's Manual"
+.SH 名前
+wcscmp \- 2 つのワイド文字文字列を比較する
+.SH 書式
 .nf
-.B #include <wchar.h>
+\fB#include <wchar.h>\fP
 .sp
-.BI "int wcscmp(const wchar_t *" s1 ", const wchar_t *" s2 );
+\fBint wcscmp(const wchar_t *\fP\fIs1\fP\fB, const wchar_t *\fP\fIs2\fP\fB);\fP
 .fi
-.\"O .SH DESCRIPTION
-.SH ÀâÌÀ
-.\"O The
-.\"O .BR wcscmp ()
-.\"O function is the wide-character equivalent
-.\"O of the
-.\"O .BR strcmp (3)
-.\"O function.
-.\"O It compares the wide-character string pointed to by \fIs1\fP and the
-.\"O wide-character string pointed to by \fIs2\fP.
-.BR wcscmp ()
-´Ø¿ô¤Ï¡¢
-.BR strcmp (3)
-´Ø¿ô¤ËÂбþ¤¹¤ë¥ï¥¤¥Éʸ»ú´Ø¿ô¤Ç¤¢¤ë¡£
-¤³¤Î´Ø¿ô¤Ï¡¢\fIs1\fP ¤¬»Ø¤¹¥ï¥¤¥Éʸ»úʸ»úÎó¤È
-\fIs2\fP ¤¬»Ø¤¹¥ï¥¤¥Éʸ»úʸ»úÎó¤òÈæ³Ó¤¹¤ë¡£
-.\"O .SH "RETURN VALUE"
-.SH ÊÖ¤êÃÍ
-.\"O The
-.\"O .BR wcscmp ()
-.\"O function returns zero if the wide-character strings at
-.\"O \fIs1\fP and \fIs2\fP are equal.
-.\"O It returns an integer greater than zero if
-.\"O at the first differing position \fIi\fP, the corresponding wide-character
-.\"O \fIs1[i]\fP is greater than \fIs2[i]\fP.
-.\"O It returns an integer less than zero if
-.\"O at the first differing position \fIi\fP, the corresponding wide-character
-.\"O \fIs1[i]\fP is less than \fIs2[i]\fP.
-.BR wcscmp ()
-´Ø¿ô¤Ï¡¢\fIs1\fP ¤È \fIs2\fP ¤¬¤½¤ì¤¾¤ì»Ø¤¹¥ï¥¤¥Éʸ»úʸ»úÎó
-¤¬Æ±¤¸¤Ç¤¢¤ì¤Ð 0 ¤òÊÖ¤¹¡£°Û¤Ê¤ëʸ»ú¤¬ºÇ½é¤Ë¸½¤ï¤ì¤¿°ÌÃ֤ˤª¤¤¤Æ¡¢¤½¤Î°Ì
-Ã֤ˤ¢¤ë¥ï¥¤¥Éʸ»ú \fIs1[i]\fP ¤¬ \fIs2[i]\fP ¤è¤êÂ礭¤±¤ì¤ÐÀµ¤ÎÃͤòÊÖ¤¹¡£
-°Û¤Ê¤ëʸ»ú¤¬ºÇ½é¤Ë¸½¤ï¤ì¤¿°ÌÃ֤ˤª¤¤¤Æ¡¢¤½¤Î°ÌÃ֤ˤ¢¤ë¥ï¥¤¥Éʸ»ú \fIs1[i]\fP
-¤¬ \fIs2[i]\fP ¤è¤ê¾®¤µ¤±¤ì¤ÐÉé¤ÎÃͤòÊÖ¤¹¡£
-.\"O .SH "CONFORMING TO"
-.SH ½àµò
+.SH 説明
+\fBwcscmp\fP()  関数は、 \fBstrcmp\fP(3)  関数に対応するワイド文字関数である。 この関数は、\fIs1\fP が指すワイド文字文字列と
+\fIs2\fP が指すワイド文字文字列を比較する。
+.SH 返り値
+\fBwcscmp\fP()  関数は、\fIs1\fP と \fIs2\fP がそれぞれ指すワイド文字文字列 が同じであれば 0
+を返す。異なる文字が最初に現われた位置において、その位 置にあるワイド文字 \fIs1[i]\fP が \fIs2[i]\fP より大きければ正の値を返す。
+異なる文字が最初に現われた位置において、その位置にあるワイド文字 \fIs1[i]\fP が \fIs2[i]\fP より小さければ負の値を返す。
+.SH 準拠
 C99.
-.\"O .SH "SEE ALSO"
-.SH ´ØÏ¢¹àÌÜ
-.BR strcmp (3),
-.BR wcscasecmp (3),
-.BR wmemcmp (3)
+.SH 関連項目
+\fBstrcmp\fP(3), \fBwcscasecmp\fP(3), \fBwmemcmp\fP(3)
+.SH この文書について
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.53 の一部
+である。プロジェクトの説明とバグ報告に関する情報は
+http://www.kernel.org/doc/man\-pages/ に書かれている。