OSDN Git Service

36c8e9b37ea0562b05d13857763b5c9b658daf76
[linuxjm/LDP_man-pages.git] / draft / man3 / qecvt.3
1 .\" Copyright (C) 2002 Andries Brouwer <aeb@cwi.nl>
2 .\"
3 .\" %%%LICENSE_START(VERBATIM)
4 .\" Permission is granted to make and distribute verbatim copies of this
5 .\" manual provided the copyright notice and this permission notice are
6 .\" preserved on all copies.
7 .\"
8 .\" Permission is granted to copy and distribute modified versions of this
9 .\" manual under the conditions for verbatim copying, provided that the
10 .\" entire resulting derived work is distributed under the terms of a
11 .\" permission notice identical to this one.
12 .\"
13 .\" Since the Linux kernel and libraries are constantly changing, this
14 .\" manual page may be incorrect or out-of-date.  The author(s) assume no
15 .\" responsibility for errors or omissions, or for damages resulting from
16 .\" the use of the information contained herein.  The author(s) may not
17 .\" have taken the same level of care in the production of this manual,
18 .\" which is licensed free of charge, as they might when working
19 .\" professionally.
20 .\"
21 .\" Formatted or processed versions of this manual, if unaccompanied by
22 .\" the source, must acknowledge the copyright and authors of this work.
23 .\" %%%LICENSE_END
24 .\"
25 .\" This replaces an earlier man page written by Walter Harms
26 .\" <walter.harms@informatik.uni-oldenburg.de>.
27 .\"
28 .\"*******************************************************************
29 .\"
30 .\" This file was generated with po4a. Translate the source file.
31 .\"
32 .\"*******************************************************************
33 .TH QECVT 3 2013\-07\-22 GNU "Linux Programmer's Manual"
34 .SH 名前
35 qecvt, qfcvt, qgcvt \- 浮動小数点数の文字列への変換
36 .SH 書式
37 \fB#include <stdlib.h>\fP
38 .sp
39 \fBchar *qecvt(long double \fP\fInumber\fP\fB, int \fP\fIndigits\fP\fB, int
40 *\fP\fIdecpt\fP\fB,\fP \fBint *\fP\fIsign\fP\fB);\fP
41 .sp
42 \fBchar *qfcvt(long double \fP\fInumber\fP\fB, int \fP\fIndigits\fP\fB, int
43 *\fP\fIdecpt\fP\fB,\fP \fBint *\fP\fIsign\fP\fB);\fP
44 .sp
45 \fBchar *qgcvt(long double \fP\fInumber\fP\fB, int \fP\fIndigit\fP\fB, char *\fP\fIbuf\fP\fB);\fP
46 .sp
47 .in -4n
48 glibc 向けの機能検査マクロの要件 (\fBfeature_test_macros\fP(7)  参照):
49 .in
50 .sp
51 .ad l
52 \fBqecvt\fP(), \fBqfcvt\fP(), \fBqgcvt\fP(): _SVID_SOURCE
53 .ad b
54 .SH 説明
55 関数 \fBqecvt\fP(), \fBqfcvt\fP(), \fBqgcvt\fP()  は、それぞれ \fBecvt\fP(3), \fBfcvt\fP(3),
56 \fBgcvt\fP(3)  と同じである。 引き数 \fInumber\fP が \fIlong double\fP 型である点だけが異なる。
57 .SH 属性
58 .SS "マルチスレッディング (pthreads(7) 参照)"
59 The \fBqecvt\fP()  and \fBqfcvt\fP()  functions are not thread\-safe.
60 .LP
61 The \fBqgcvt\fP()  function is thread\-safe.
62 .SH 準拠
63 SVr4.  多くの一般的な UNIX には実装されていないが、SunOS には実装されている。 libc4 と libc5
64 ではサポートされていないが、 glibc ではサポートされている。
65 .SH 注意
66 これらの関数は廃止された。代わりに \fBsprintf\fP(3)  の使用を推奨する。
67 .SH 関連項目
68 \fBecvt\fP(3), \fBecvt_r\fP(3), \fBgcvt\fP(3), \fBsprintf\fP(3)
69 .SH この文書について
70 この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.53 の一部
71 である。プロジェクトの説明とバグ報告に関する情報は
72 http://www.kernel.org/doc/man\-pages/ に書かれている。