Loading...
Select Version
&pagelevel(4)&pagelevel
Definition | #include <inttypes.h> uintmax_t wcstoumax(const wchar_t * nptr, wchar_t ** endptr, int base);
For more descrition see | |
Return val. | converted value | |
if successful. | ||
0 | if no conversion could be performed. | |
| ||
if the correct value is outside the range of representable values. | ||
Notes | See | |
See also | strtol, strtoll, strtoul, strtoull, wcstoimax, wcstol, wcstoll, wcstoul, wcstoull. |