OSDN Git Service

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