The rstol() function converts a null-terminated string into a long integer value.
The legal range of values is from -2,147,483,647 to 2,147,483,647. The value -2,147,483,648 is not valid because this value is a reserved value that indicates null.