Copyright Digital Equipment Corp. All rights reserved.

Description

   The wcstoul function recognizes strings in various formats,
   depending on the value of the base. It ignores any leading
   white-space characters (as defined by the iswspace function)
   in the string. It recognizes an optional plus or minus sign,
   then a sequence of digits or letters that may represent an
   integer constant according to the value of the base. The first
   unrecognized wide character ends the conversion.