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

Convert initial portion of wide string NPTR to long int representation.