Name
wcstouq -- convert initial portion of wide string NPTR to unsigned long long int representation
Synopsis
| #include <wchar.h>
extern unsigned long long int wcstouq(const wchar_t *restrict nptr,
                           wchar_t **restrict endptr,int base); | 
Description
Convert initial portion of wide string NPTR to unsigned long long int representation.