wcstoq

Name

wcstoq -- convert initial portion of wide string NPTR to long int representation

Synopsis

#include <wchar.h>

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

Description

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