OSDN Git Service

(split) LDP: Update draft and release (from the previous commit)
[linuxjm/LDP_man-pages.git] / release / man3 / atoi.3
index 2fcda37..3973749 100644 (file)
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH ATOI 3 2012\-08\-03 GNU "Linux Programmer's Manual"
+.\"
+.\" Japanese Version Copyright (c) 1996 Kentaro OGAWA
+.\"         all rights reserved.
+.\" Translated Sat, 13 Jul 1996 22:47:32 +0900
+.\"         by Kentaro OGAWA <k_ogawa@oyna.cc.muroran-it.ac.jp>
+.\" Updated Tue 30 Jan 2001 JST by Kentaro Shirakata <argrath@ub32.org>
+.\"
+.TH ATOI 3 2014\-01\-22 GNU "Linux Programmer's Manual"
 .SH 名前
 atoi, atol, atoll, atoq \- 文字列を整数型に変換する
 .SH 書式
@@ -78,6 +85,10 @@ strtol(nptr, NULL, 10);
 \fIlong\fP や \fIlong long\fP に変換する。 \fBatoq\fP()  は \fBatoll\fP()  の古い名前である。
 .SH 返り値
 変換された値。
+.SH 属性
+.SS "マルチスレッディング (pthreads(7) 参照)"
+関数 \fBatoi\fP(), \fBatol\fP(), \fBatoll\fP() は、例外付きのスレッドセーフである。実行中に \fBsetlocale\fP(3)
+を呼び出してロケールを変更しない限り、マルチスレッドアプリケーションで安全に使用することができる。
 .SH 準拠
 SVr4, POSIX.1\-2001, 4.3BSD, C99.  C89 と POSIX.1\-1996 には \fBatoi\fP()  と
 \fBatol\fP()  だけが含まれている。 \fBatoq\fP()  は GNU による拡張である。
@@ -88,6 +99,6 @@ SVr4, POSIX.1\-2001, 4.3BSD, C99.  C89 と POSIX.1\-1996 には \fBatoi\fP()  
 .SH 関連項目
 \fBatof\fP(3), \fBstrtod\fP(3), \fBstrtol\fP(3), \fBstrtoul\fP(3)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.51 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.63 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。