1 2 3 4 5 6
#include <wchar.h> float wcstof( const wchar_t *nptr, wchar_t **endptr) { return (wcstod(nptr, endptr)); }