VMS Help  —  CRTL  strtol  Return Values
    x                  The converted value.
    LONG_MAX or LONG_  Indicates that the converted value would cause
    MIN                an overflow.
    0                  Indicates that the string starts with an
                       unrecognized character or that the value for
                       base is invalid. If the string starts with
                       an unrecognized character, *endptr is set to
                       nptr.
Close Help