VMS Help  —  CRTL  strtoumax  Return Values
    n                  If successful, the function returns an integer
                       value corresponding to the contents of nptr.
    INTMAX_MAX, INTMAX_MIN, UINTMAX_MAX
                       If the correct value is outside the range of
                       representable values, a range error occurs; errno
                       is set to ERANGE
    0                  If no conversion can be performed.
Close Help