OSDN Git Service

(split) LDP: draft snapshot generated from latest ja.po files.
[linuxjm/LDP_man-pages.git] / draft / man3 / strtoimax.3
index db9a330..22253f8 100644 (file)
 .\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
 .\" USA.
 .\"
-.\" 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
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.TH STRTOIMAX 3 2003\-11\-28 "" "Linux Programmer's Manual"
 .SH 名前
-.\"O strtoimax, strtoumax \- convert string to integer
 strtoimax, strtoumax \- 文字列を整数に変換する
-.\"O .SH SYNOPSIS
 .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"
+これらの関数はちょうど \fBstrtol\fP(3)  と \fBstrtoul\fP(3)  に似ているが、それぞれ \fIintmax_t\fP と
+\fIuintmax_t\fP 型の値を返す。
 .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"
+成功した場合、変換された値が返される。 変換するものが見つからなかった場合、0 が返される。 オーバーフローまたはアンダーフローの場合、
+\fBINTMAX_MAX\fP または \fBINTMAX_MIN\fP または \fBUINTMAX_MAX\fP が返され、 \fIerrno\fP が
+\fBERANGE\fP に設定される。
 .SH 準拠
-C99, POSIX.1-2001.
-.\"O .SH "SEE ALSO"
+C99, POSIX.1\-2001.
 .SH 関連項目
-.BR imaxabs (3),
-.BR imaxdiv (3),
-.BR strtol (3),
-.BR strtoul (3),
-.BR wcstoimax (3)
+\fBimaxabs\fP(3), \fBimaxdiv\fP(3), \fBstrtol\fP(3), \fBstrtoul\fP(3), \fBwcstoimax\fP(3)