e_atof
last = e_atof(argv[argc - 1]);
first = e_atof(argv[0]);
incr = e_atof(argv[1]);
static double e_atof(const char *);