NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Regarding ecvt() & fcvt() implementation
In article
<1251824547.S.1970.34208.f4mail-234-235.rediffmail.com.old.1251868597.60817%webmail.rediffmail.com@localhost>,
amol pise <amol_pise%rediffmail.com@localhost> wrote:
>Hi Martin,
>Thanks for the reply, actually in my application I need
>these two api's ecvt() & fcvt(), so I thought to develope it with
>the help of already existing cvt() function. Can you tell me in which
>version of NetBsd its present ? OR it is impossible to implement these
>function in current NetBsd with the help of cvt() function ?
>Please guide me for the same.
>
These are legacy interfaces and should not be used in new code. You
should just use snprintf().
christos
Home |
Main Index |
Thread Index |
Old Index