OSDN Git Service

(split) LDP: Update drafts based on LDP v3.40.
[linuxjm/LDP_man-pages.git] / draft / man3 / wcstoimax.3
index 64172db..3090ca6 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 Sat Sep 11 07:57:58 JST 2004
-.\"         by Yuichi SATO <ysato444@yahoo.co.jp>
+.\"*******************************************************************
 .\"
-.TH WCSTOIMAX 3 2003-11-01 "" "Linux Programmer's Manual"
-.\"O .SH NAME
-.SH Ì¾Á°
-.\"O wcstoimax, wcstoumax \- convert wide-character string to integer
-wcstoimax, wcstoumax \- ¥ï¥¤¥Éʸ»úʸ»úÎó¤òÀ°¿ô¤ËÊÑ´¹¤¹¤ë
-.\"O .SH SYNOPSIS
-.SH ½ñ¼°
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.TH WCSTOIMAX 3 2003\-11\-01 "" "Linux Programmer's Manual"
+.SH 名前
+wcstoimax, wcstoumax \- ワイド文字文字列を整数に変換する
+.SH 書式
 .nf
-.B #include <stddef.h>
+\fB#include <stddef.h>\fP
 .br
-.B #include <inttypes.h>
+\fB#include <inttypes.h>\fP
 .sp
-.BI "intmax_t wcstoimax(const wchar_t *" nptr ", wchar_t **" endptr \
-", int " base );
+\fBintmax_t wcstoimax(const wchar_t *\fP\fInptr\fP\fB, wchar_t **\fP\fIendptr\fP\fB, int \fP\fIbase\fP\fB);\fP
 .br
-.BI "uintmax_t wcstoumax(const wchar_t *" nptr ", wchar_t **" endptr \
-", int " base );
+\fBuintmax_t wcstoumax(const wchar_t *\fP\fInptr\fP\fB, wchar_t **\fP\fIendptr\fP\fB, int \fP\fIbase\fP\fB);\fP
 .fi
-.\"O .SH DESCRIPTION
-.SH ÀâÌÀ
-.\"O These functions are just like
-.\"O .BR wcstol (3)
-.\"O and
-.\"O .BR wcstoul (3),
-.\"O except that they return a value of type
-.\"O .I intmax_t
-.\"O and
-.\"O .IR uintmax_t ,
-.\"O respectively.
-¤³¤ì¤é¤Î´Ø¿ô¤Ï¤Á¤ç¤¦¤É
-.BR wcstol (3)
-¤È
-.BR wcstoul (3)
-¤Ë»÷¤Æ¤¤¤ë¤¬¡¢¤½¤ì¤¾¤ì
-.I intmax_t
-¤È
-.I uintmax_t
-·¿¤ÎÃͤòÊÖ¤¹¡£
-.\"O .SH "CONFORMING TO"
-.SH ½àµò
+.SH 説明
+これらの関数はちょうど \fBwcstol\fP(3)  と \fBwcstoul\fP(3)  に似ているが、それぞれ \fIintmax_t\fP と
+\fIuintmax_t\fP 型の値を返す。
+.SH 準拠
 C99.
-.\"O .SH "SEE ALSO"
-.SH ´ØÏ¢¹àÌÜ
-.BR imaxabs (3),
-.BR imaxdiv (3),
-.BR strtoimax (3),
-.BR strtoumax (3),
+.SH 関連項目
 .\" FIXME . the pages referred to by the following xrefs are not yet written
-.BR wcstol (3),
-.BR wcstoul (3)
+\fBimaxabs\fP(3), \fBimaxdiv\fP(3), \fBstrtoimax\fP(3), \fBstrtoumax\fP(3),
+\fBwcstol\fP(3), \fBwcstoul\fP(3)
+.SH この文書について
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.40 の一部
+である。プロジェクトの説明とバグ報告に関する情報は
+http://www.kernel.org/doc/man\-pages/ に書かれている。