STRTOLL
yylval.u.ll = STRTOLL(cp, NULL, 10);
rp = STRTOLL(argv[1], &ep, 10);
pi->rangestart = STRTOLL(*cp, &ep, 10);
pi->rangeend = STRTOLL(*cp, &ep, 10);
pi->entitylen = STRTOLL(*cp, &ep, 10);
filesize = STRTOLL(cp, &ep, 10);
size = STRTOLL(cp, &ep, 10);