wcstoq

Name

wcstoq -- convert wide string to long long int representation

Synopsis

#include <wchar.h>

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

Description

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

Return Value

Refer to wcstoll().

Errors

Refer to wcstoll().