view doc/pastposix-functions/ecvt.texi @ 18079:4c948fd76734 default tip master

autoupdate
author Karl Berry <karl@freefriends.org>
date Mon, 24 Aug 2015 06:09:19 -0700
parents ac911e0db006
children
line wrap: on
line source

@node ecvt
@section @code{ecvt}
@findex ecvt

POSIX specification: @url{http://www.opengroup.org/susv3xsh/ecvt.html}

Gnulib module: ---

Portability problems fixed by Gnulib:
@itemize
@end itemize

Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
FreeBSD 6.0, NetBSD 5.0.
@item
This function is marked as ``legacy'' in POSIX.  Better use @code{sprintf}
instead.
@end itemize