]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/qecvt.3
Added/updated glibc feature test macro requirements
[thirdparty/man-pages.git] / man3 / qecvt.3
index 7bb9965e8dd7668ad169d9deeca37a20cf8dcb7a..0654c74c0e356eb8a2d147eb5319b510cb73c9b6 100644 (file)
@@ -23,7 +23,7 @@
 .\" This replaces an earlier man page written by Walter Harms
 .\" <walter.harms@informatik.uni-oldenburg.de>.
 .\"
-.TH QECVT 3  2002-08-25 "GNU" "Linux Programmer's Manual"
+.TH QECVT 3  2007-07-26 "GNU" "Linux Programmer's Manual"
 .SH NAME
 qecvt, qfcvt, qgcvt \- convert a floating-point number to a string
 .SH SYNOPSIS
@@ -36,6 +36,17 @@ qecvt, qfcvt, qgcvt \- convert a floating-point number to a string
 .BI "int *" sign );
 .sp
 .BI "char *qgcvt(long double " number ", int " ndigit ", char *" buf );
+.sp
+.in -4n
+Feature Test Macro Requirements for glibc (see
+.BR feature_test_macros (7)):
+.in
+.sp
+.BR qecvt (),
+.BR qfcvt (),
+.BR qgcvt ():
+.br
+_SVID_SOURCE || _BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500
 .SH DESCRIPTION
 The functions
 .BR qecvt (),