Copyright Digital Equipment Corp. All rights reserved.
Converts the initial portion of the wide-character string pointed
to by nptr to an unsigned long integer.
Format
#include <wchar.h>
unsigned long int wcstoul (const wchar_t *nptr, wchar_t
**endptr, int base);
Function_Variants Arguments Description Return_Values Example