Read an arbitrary precision integer.
Read an arbitrary precision integer.Parses a concatenated integer of arbitrary length and precision and returns it as a char string. The function stops parsing at the first non-digit character that follows an optional minus sign.