Converts strings of ASCII characters to the appropriate numeric values. Format #include <stdlib.h> long int strtol (const char *nptr, char **endptr, int base);