wcstouq

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

wcstouq converts the initial portion of the wide string nptr to unsigned long long int representation.