add deprecated (removed from posix) [efg]cvt() functions
authorRich Felker <dalias@aerifal.cx>
Mon, 6 Feb 2012 06:14:23 +0000 (01:14 -0500)
committerRich Felker <dalias@aerifal.cx>
Mon, 6 Feb 2012 06:14:23 +0000 (01:14 -0500)
commitf4ad36c4bf23899a3164ebd40ff5781c152bcb01
treeb1d9a18eac66966fe7718d6cf82b4da83f99b1a0
parent5a09a53010046fce204cb5138329f8aace79ab1a
add deprecated (removed from posix) [efg]cvt() functions

these have not been heavily tested, but they should work as described
in the old standards. probably broken for non-finite values...
include/stdlib.h
src/stdlib/ecvt.c [new file with mode: 0644]
src/stdlib/fcvt.c [new file with mode: 0644]
src/stdlib/gcvt.c [new file with mode: 0644]