fchmod-tests, fchmodat tests, lchmod tests: Add more tests.
[gnulib.git] / doc / pastposix-functions / ecvt.texi
blob0ebcd06a5711d6d9f663fd0f8652756217fa41d9
1 @node ecvt
2 @section @code{ecvt}
3 @findex ecvt
5 POSIX specification: @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/ecvt.html}
7 Gnulib module: ---
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 This function is missing on some platforms:
17 FreeBSD 6.0, NetBSD 9.0, Android 9.0.
18 @item
19 This function is not declared on some platforms:
20 Cygwin 2.9.
21 @item
22 This function is marked as ``legacy'' in POSIX@.  Better use @code{sprintf}
23 instead.
24 @end itemize