@AWOL
Thank you for correcting my terminology.
atoi() works perfectly and doesn't need any #include. Thank you so much.
How come this is not documented?
Is it part of the C/C++ language and, as such, considered as not needed to document in the Arduino website?
It is a standard C Library function, and is provided for the Arduino by the AVR LibC library. There is a short, out of the way reference to this library on the Arduino reference page. Many of the library headers are already included as part of the Arduino core sources, but not all of them.
I can only guess that the reason it is not more prominently and extensively documented is that the Arduino team felt it would be too overwhelming for beginners.