implement wcstod and family
authorRich Felker <dalias@aerifal.cx>
Mon, 16 Apr 2012 21:26:54 +0000 (17:26 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 16 Apr 2012 21:26:54 +0000 (17:26 -0400)
commitf94cbdeb4181e604e193646af16a2e5daa3dd718
treec5b95bbb15b06c74b6cb24fe1c646fe919f920e1
parenta4310aa2f592779118912fe5e7f6df4fd6b6d64a
implement wcstod and family

not heavily tested but these functions appear to work correctly
src/stdlib/wcstod.c [new file with mode: 0644]