Add wcstof() and wcstold() functions.
authorPeter Avalos <pavalos@dragonflybsd.org>
Sun, 19 Apr 2009 02:09:36 +0000 (02:09 +0000)
committerPeter Avalos <pavalos@dragonflybsd.org>
Tue, 21 Apr 2009 06:20:05 +0000 (06:20 +0000)
commit35e0c06af99b4b06e645ffe4e4efdbf296b6c057
tree3e6089092a15a1945900774f537a5d4b82af5f49
parent16b81a67e368404ac822548ae20cb36f3ecccc4a
Add wcstof() and wcstold() functions.

Obtained-from: NetBSD
include/wchar.h
lib/libc/locale/Makefile.inc
lib/libc/locale/_wcstod.h [new file with mode: 0644]
lib/libc/locale/wcstod.c
lib/libc/locale/wcstof.c [new file with mode: 0644]
lib/libc/locale/wcstold.c [new file with mode: 0644]