asc_to_ll
if (asc_to_ll(line, &to) == ERR)
if ((asc_to_ll(rep, &repeat) == ERR) || repeat < 0L)
if (asc_to_ll(++ptr, &offset) == ERR)
static int asc_to_ll(char *, long long *);