|
VMS Help CRTL, wcstod, Return Values *Conan The Librarian |
x The converted string.
0 Indicates the conversion could not be
performed. The function sets errno to one
of:
o EINVAL - No conversion could be performed.
o ERANGE - The value would cause an
underflow.
o ENOMEM - Not enough memory available for
internal conversion buffer.
HUGE_VAL Overflow occurred; errno is set to ERANGE.
|
|