OSDN Git Service

58e2ed505131b1a59e1abb27e63c71aacc3af280
[linuxjm/LDP_man-pages.git] / release / man3 / wcstoimax.3
1 .\" Copyright (c) 2003 Andries Brouwer (aeb@cwi.nl)
2 .\"
3 .\" %%%LICENSE_START(GPLv2+_DOC_FULL)
4 .\" This is free documentation; you can redistribute it and/or
5 .\" modify it under the terms of the GNU General Public License as
6 .\" published by the Free Software Foundation; either version 2 of
7 .\" the License, or (at your option) any later version.
8 .\"
9 .\" The GNU General Public License's references to "object code"
10 .\" and "executables" are to be interpreted as the output of any
11 .\" document formatting or typesetting system, including
12 .\" intermediate and printed output.
13 .\"
14 .\" This manual is distributed in the hope that it will be useful,
15 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
16 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 .\" GNU General Public License for more details.
18 .\"
19 .\" You should have received a copy of the GNU General Public
20 .\" License along with this manual; if not, see
21 .\" <http://www.gnu.org/licenses/>.
22 .\" %%%LICENSE_END
23 .\"
24 .\"*******************************************************************
25 .\"
26 .\" This file was generated with po4a. Translate the source file.
27 .\"
28 .\"*******************************************************************
29 .\"
30 .\" Japanese Version Copyright (c) 2004 Yuichi SATO
31 .\"         all rights reserved.
32 .\" Translated Sat Sep 11 07:57:58 JST 2004
33 .\"         by Yuichi SATO <ysato444@yahoo.co.jp>
34 .\"
35 .TH WCSTOIMAX 3 2014\-01\-22 "" "Linux Programmer's Manual"
36 .SH 名前
37 wcstoimax, wcstoumax \- ワイド文字文字列を整数に変換する
38 .SH 書式
39 .nf
40 \fB#include <stddef.h>\fP
41 .br
42 \fB#include <inttypes.h>\fP
43 .sp
44 \fBintmax_t wcstoimax(const wchar_t *\fP\fInptr\fP\fB, wchar_t **\fP\fIendptr\fP\fB, int \fP\fIbase\fP\fB);\fP
45 .br
46 \fBuintmax_t wcstoumax(const wchar_t *\fP\fInptr\fP\fB, wchar_t **\fP\fIendptr\fP\fB, int \fP\fIbase\fP\fB);\fP
47 .fi
48 .SH 説明
49 これらの関数はちょうど \fBwcstol\fP(3)  と \fBwcstoul\fP(3)  に似ているが、それぞれ \fIintmax_t\fP と
50 \fIuintmax_t\fP 型の値を返す。
51 .SH 属性
52 .SS "マルチスレッディング (pthreads(7) 参照)"
53 関数 \fBwcstoimax\fP() と \fBwcstoumax\fP() は、例外付きのスレッドセーフである。実行中に \fBsetlocale\fP(3)
54 を呼び出してロケールを変更しない限り、マルチスレッドアプリケーションで安全に使用することができる。
55 .SH 準拠
56 C99.
57 .SH 関連項目
58 .\" FIXME . the pages referred to by the following xrefs are not yet written
59 \fBimaxabs\fP(3), \fBimaxdiv\fP(3), \fBstrtoimax\fP(3), \fBstrtoumax\fP(3),
60 \fBwcstol\fP(3), \fBwcstoul\fP(3)
61 .SH この文書について
62 この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.65 の一部
63 である。プロジェクトの説明とバグ報告に関する情報は
64 http://www.kernel.org/doc/man\-pages/ に書かれている。