NAME
wwccssttooll, wwccssttoouull, wwccssttoollll, wwccssttoouullll, wwccssttooiimmaaxx, wwccssttoouummaaxx - convert a
wide character string value to a long, unsigned long, long long, unsigned long long, intmaxt or uintmaxt integer LLIIBBRRAARRYYStandard C Library (libc, -lc)
SYNOPSIS
##iinncclluuddee <
long wwccssttooll(const wchart * restrict nptr, wchart ** restrict endptr, int base); unsigned long wwccssttoouull(const wchart * restrict nptr, wchart ** restrict endptr, int base); long long wwccssttoollll(const wchart * restrict nptr, wchart ** restrict endptr, int base); unsigned long long wwccssttoouullll(const wchart * restrict nptr, wchart ** restrict endptr, int base);> ##iinncclluuddee <
intmaxt wwccssttooiimmaaxx(const wchart * restrict nptr, wchart ** restrict endptr, int base); uintmaxt wwccssttoouummaaxx(const wchart * restrict nptr, wchart ** restrict endptr, int base);> DESCRIPTION
The wwccssttooll(), wwccssttoouull(), wwccssttoollll(), wwccssttoouullll(), wwccssttooiimmaaxx() andwwccssttoouummaaxx() functions are wide-character versions of the ssttrrttooll(),
ssttrrttoouull(), ssttrrttoollll(), ssttrrttoouullll(), ssttrrttooiimmaaxx() and ssttrrttoouummaaxx() functions, respectively. Refer to their manual pages (for example strtol(3)) for details. Extended locale versions of these functions are documented inwcstoll(3). See xlocale(3) for more information.
SEE ALSO
strtol(3), strtoul(3), wcstoll(3)
STANDARDS The wwccssttooll(), wwccssttoouull(), wwccssttoollll(), wwccssttoouullll(), wwccssttooiimmaaxx() and wwccssttoouummaaxx() functions conform to ISO/IEC 9899:1999 (``ISO C99''). BSD September 7, 2002 BSD