wcstoimax
wcstoimax, wcstoumax
Defined in header <inttypes.h> | ||
---|---|---|
intmax_t wcstoimax( const wchar_t *restrict nptr, wchar_t **restrict endptr, int base ); | (since C99) | |
uintmax_t wcstoumax( const wchar_t *restrict nptr, wchar_t **restrict endptr, int base ); | (since C99) |
Interprets an unsigned integer value in a wide string pointed to by nptr
.
Discards any whitespace characters (as identified by calling isspace()
) until the f