wcstouq

Name

wcstouq -- convert wide string to unsigned long long int representation

Synopsis

#include <wchar.h>

unsigned long long wcstouq(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);

Description

The wcstouq() function shall convert the initial portion of the wide string nptr to unsigned long long int representation. It is identical to wcstoull().

Return Value

Refer to wcstoull().

Errors

Refer to wcstoull().