OSDN Git Service

(split) LDP: Release pages for LDP v3.39.
[linuxjm/LDP_man-pages.git] / release / man3 / wcstoimax.3
1 .\" Copyright (c) 2003 Andries Brouwer (aeb@cwi.nl)
2 .\"
3 .\" This is free documentation; you can redistribute it and/or
4 .\" modify it under the terms of the GNU General Public License as
5 .\" published by the Free Software Foundation; either version 2 of
6 .\" the License, or (at your option) any later version.
7 .\"
8 .\" The GNU General Public License's references to "object code"
9 .\" and "executables" are to be interpreted as the output of any
10 .\" document formatting or typesetting system, including
11 .\" intermediate and printed output.
12 .\"
13 .\" This manual is distributed in the hope that it will be useful,
14 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
15 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 .\" GNU General Public License for more details.
17 .\"
18 .\" You should have received a copy of the GNU General Public
19 .\" License along with this manual; if not, write to the Free
20 .\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
21 .\" USA.
22 .\"
23 .\"*******************************************************************
24 .\"
25 .\" This file was generated with po4a. Translate the source file.
26 .\"
27 .\"*******************************************************************
28 .TH WCSTOIMAX 3 2003\-11\-01 "" "Linux Programmer's Manual"
29 .SH 名前
30 wcstoimax, wcstoumax \- ワイド文字文字列を整数に変換する
31 .SH 書式
32 .nf
33 \fB#include <stddef.h>\fP
34 .br
35 \fB#include <inttypes.h>\fP
36 .sp
37 \fBintmax_t wcstoimax(const wchar_t *\fP\fInptr\fP\fB, wchar_t **\fP\fIendptr\fP\fB, int \fP\fIbase\fP\fB);\fP
38 .br
39 \fBuintmax_t wcstoumax(const wchar_t *\fP\fInptr\fP\fB, wchar_t **\fP\fIendptr\fP\fB, int \fP\fIbase\fP\fB);\fP
40 .fi
41 .SH 説明
42 これらの関数はちょうど \fBwcstol\fP(3)  と \fBwcstoul\fP(3)  に似ているが、それぞれ \fIintmax_t\fP と
43 \fIuintmax_t\fP 型の値を返す。
44 .SH 準拠
45 C99.
46 .SH 関連項目
47 .\" FIXME . the pages referred to by the following xrefs are not yet written
48 \fBimaxabs\fP(3), \fBimaxdiv\fP(3), \fBstrtoimax\fP(3), \fBstrtoumax\fP(3),
49 \fBwcstol\fP(3), \fBwcstoul\fP(3)