Convert the provided 'digits' into an integer value, without checking for a sign or radix. The radix defaults to decimal (10).
Returns the value and updates 'ate' with the number of characters consumed.
none. The 'ate' param should be checked for valid input.
See Implementation
Convert the provided 'digits' into an integer value, without checking for a sign or radix. The radix defaults to decimal (10).
Returns the value and updates 'ate' with the number of characters consumed.