OSDN Git Service

(split) LDP: Update the version to 3.53 in PO files
[linuxjm/LDP_man-pages.git] / draft / man3 / strtoimax.3
index 44b0020..26c32f3 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright (c) 2003 Andries Brouwer (aeb@cwi.nl)
 .\"
+.\" %%%LICENSE_START(GPLv2+_DOC_FULL)
 .\" 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
 .\" GNU General Public License for more details.
 .\"
 .\" You should have received a copy of the GNU General Public
-.\" License along with this manual; if not, write to the Free
-.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
-.\" USA.
+.\" License along with this manual; if not, see
+.\" <http://www.gnu.org/licenses/>.
+.\" %%%LICENSE_END
 .\"
-.\" Japanese Version Copyright (c) 2004 Yuichi SATO
-.\"         all rights reserved.
-.\" Translated Sun Sep  5 21:02:09 JST 2004
-.\"         by Yuichi SATO <ysato444@yahoo.co.jp>
+.\"*******************************************************************
 .\"
-.TH STRTOIMAX 3 2003-11-28 "" "Linux Programmer's Manual"
-.\"O .SH NAME
-.SH Ì¾Á°
-.\"O strtoimax, strtoumax \- convert string to integer
-strtoimax, strtoumax \- Ê¸»úÎó¤òÀ°¿ô¤ËÊÑ´¹¤¹¤ë
-.\"O .SH SYNOPSIS
-.SH ½ñ¼°
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.TH STRTOIMAX 3 2003\-11\-28 "" "Linux Programmer's Manual"
+.SH 名前
+strtoimax, strtoumax \- 文字列を整数に変換する
+.SH 書式
 .nf
-.B #include <inttypes.h>
+\fB#include <inttypes.h>\fP
 .sp
-.BI "intmax_t strtoimax(const char *" nptr ", char **" endptr ", int " base );
+\fBintmax_t strtoimax(const char *\fP\fInptr\fP\fB, char **\fP\fIendptr\fP\fB, int \fP\fIbase\fP\fB);\fP
 .br
-.BI "uintmax_t strtoumax(const char *" nptr ", char **" endptr ", int " base );
+\fBuintmax_t strtoumax(const char *\fP\fInptr\fP\fB, char **\fP\fIendptr\fP\fB, int \fP\fIbase\fP\fB);\fP
 .fi
-.\"O .SH DESCRIPTION
-.SH ÀâÌÀ
-.\"O These functions are just like
-.\"O .BR strtol (3)
-.\"O and
-.\"O .BR strtoul (3),
-.\"O except that they return a value of type
-.\"O .I intmax_t
-.\"O and
-.\"O .IR uintmax_t ,
-.\"O respectively.
-¤³¤ì¤é¤Î´Ø¿ô¤Ï¤Á¤ç¤¦¤É
-.BR strtol (3)
-¤È
-.BR strtoul (3)
-¤Ë»÷¤Æ¤¤¤ë¤¬¡¢¤½¤ì¤¾¤ì
-.I intmax_t
-¤È
-.I uintmax_t
-·¿¤ÎÃͤòÊÖ¤¹¡£
-.\"O .SH "RETURN VALUE"
-.SH ÊÖ¤êÃÍ
-.\"O On success, the converted value is returned.
-.\"O If nothing was found to convert, zero is returned.
-À®¸ù¤·¤¿¾ì¹ç¡¢ÊÑ´¹¤µ¤ì¤¿Ãͤ¬ÊÖ¤µ¤ì¤ë¡£
-ÊÑ´¹¤¹¤ë¤â¤Î¤¬¸«¤Ä¤«¤é¤Ê¤«¤Ã¤¿¾ì¹ç¡¢0 ¤¬ÊÖ¤µ¤ì¤ë¡£
-.\"O On overflow or underflow
-.\"O .B INTMAX_MAX
-.\"O or
-.\"O .B INTMAX_MIN
-.\"O or
-.\"O .B UINTMAX_MAX
-.\"O is returned, and
-.\"O .I errno
-.\"O is set to
-.\"O .BR ERANGE .
-¥ª¡¼¥Ð¡¼¥Õ¥í¡¼¤Þ¤¿¤Ï¥¢¥ó¥À¡¼¥Õ¥í¡¼¤Î¾ì¹ç¡¢
-.B INTMAX_MAX
-¤Þ¤¿¤Ï
-.B INTMAX_MIN
-¤Þ¤¿¤Ï
-.B UINTMAX_MAX
-¤¬ÊÖ¤µ¤ì¡¢
-.I errno
-¤¬
-.B ERANGE
-¤ËÀßÄꤵ¤ì¤ë¡£
-.\"O .SH "CONFORMING TO"
-.SH ½àµò
-C99, POSIX.1-2001.
-.\"O .SH "SEE ALSO"
-.SH ´ØÏ¢¹àÌÜ
-.BR imaxabs (3),
-.BR imaxdiv (3),
-.BR strtol (3),
-.BR strtoul (3),
-.BR wcstoimax (3)
+.SH 説明
+これらの関数はちょうど \fBstrtol\fP(3)  と \fBstrtoul\fP(3)  に似ているが、それぞれ \fIintmax_t\fP と
+\fIuintmax_t\fP 型の値を返す。
+.SH 返り値
+成功した場合、変換された値が返される。 変換するものが見つからなかった場合、0 が返される。 オーバーフローまたはアンダーフローの場合、
+\fBINTMAX_MAX\fP または \fBINTMAX_MIN\fP または \fBUINTMAX_MAX\fP が返され、 \fIerrno\fP が
+\fBERANGE\fP に設定される。
+.SH 準拠
+C99, POSIX.1\-2001.
+.SH 関連項目
+\fBimaxabs\fP(3), \fBimaxdiv\fP(3), \fBstrtol\fP(3), \fBstrtoul\fP(3), \fBwcstoimax\fP(3)
+.SH この文書について
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.53 の一部
+である。プロジェクトの説明とバグ報告に関する情報は
+http://www.kernel.org/doc/man\-pages/ に書かれている。