atol (programming)
Appearance
The atol function in C programming language and C++ converts a string of a numerical representation into a long integer.
It is not specified in ANSI C nor ANSI C++, but is supported by many compilers such as GCC.