OSDN Git Service

0f76d02a22828fef71e49d9838152c9b6bc20da3
[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 .\" Japanese Version Copyright (c) 2002 Akihiro MOTOKI
27 .\"         all rights reserved.
28 .\" Translated Sun Sep 22 10:42:23 2002
29 .\"         by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
30 .\"
31 .TH QECVT 3  2007-07-26 "GNU" "Linux Programmer's Manual"
32 .SH Ì¾Á°
33 qecvt, qfcvt, qgcvt \- ÉâÆ°¾®¿ôÅÀ¿ô¤Îʸ»úÎó¤Ø¤ÎÊÑ´¹
34 .SH ½ñ¼°
35 .B #include <stdlib.h>
36 .sp
37 .BI "char *qecvt(long double " number ", int " ndigits ", int *" decpt ,
38 .BI "int *" sign );
39 .sp
40 .BI "char *qfcvt(long double " number ", int " ndigits ", int *" decpt ,
41 .BI "int *" sign );
42 .sp
43 .BI "char *qgcvt(long double " number ", int " ndigit ", char *" buf );
44 .sp
45 .in -4n
46 glibc ¸þ¤±¤Îµ¡Ç½¸¡ºº¥Þ¥¯¥í¤ÎÍ×·ï
47 .RB ( feature_test_macros (7)
48 »²¾È):
49 .in
50 .sp
51 .ad l
52 .BR qecvt (),
53 .BR qfcvt (),
54 .BR qgcvt ():
55 _SVID_SOURCE || _BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500
56 .ad b
57 .SH ÀâÌÀ
58 ´Ø¿ô
59 .BR qecvt (),
60 .BR qfcvt (),
61 .BR  qgcvt ()
62 ¤Ï¡¢¤½¤ì¤¾¤ì
63 .BR ecvt (3),
64 .BR fcvt (3),
65 .BR gcvt (3)
66 ¤ÈƱ¤¸¤Ç¤¢¤ë¡£
67 °ú¤­¿ô
68 .I number
69 ¤¬
70 .I "long double"
71 ·¿¤Ç¤¢¤ëÅÀ¤À¤±¤¬°Û¤Ê¤ë¡£
72 .SH ½àµò
73 SVr4.
74 ¿¤¯¤Î°ìÈÌŪ¤Ê Unix ¤Ë¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Ê¤¤¤¬¡¢SunOS ¤Ë¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤ë¡£
75 libc4 ¤È libc5 ¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¤¬¡¢
76 glibc ¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¡£
77 .SH Ãí°Õ
78 ¤³¤ì¤é¤Î´Ø¿ô¤ÏÇѻߤµ¤ì¤¿¡£Âå¤ï¤ê¤Ë
79 .BR sprintf (3)
80 ¤Î»ÈÍѤò¿ä¾©¤¹¤ë¡£
81 .SH ´ØÏ¢¹àÌÜ
82 .BR ecvt (3),
83 .BR ecvt_r (3),
84 .BR gcvt (3),
85 .BR sprintf (3)