md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / doc / pastposix-functions / ecvt.texi
1 @node ecvt
2 @section @code{ecvt}
3 @findex ecvt
4
5 POSIX specification: @url{http://www.opengroup.org/susv3xsh/ecvt.html}
6
7 Gnulib module: ---
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
12
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 This function is missing on some platforms:
17 FreeBSD 6.0, NetBSD 5.0.
18 @item
19 This function is marked as ``legacy'' in POSIX.  Better use @code{sprintf}
20 instead.
21 @end itemize