parse_range
static int parse_range(const char *str, long long *low, long long *high);
if(!parse_range(tok, &first, &last)) {