Convert strings of ASCII characters to the appropriate numeric values. Format #include <stdlib.h> int atoi (const char *nptr); long int atol (const char *nptr);