wcstof
extern float wcstof(const wchar_t *wcs, wchar_t **endPtr);
extern float wcstof (__const wchar_t *__restrict __nptr,
# define STRTOF wcstof
snprintf(buf, 100, "%S = %f", tmp, wcstof(tmp, NULL));