getnum
getnum(&position, "\nRoom (was %d) = ", position);
getnum(&ourtime, "Time (was %d) = ", ourtime);
getnum(&fuel, "Fuel (was %d) = ", fuel);
getnum(&torps, "Torps (was %d) = ", torps);
getnum(&CUMBER, "CUMBER (was %d) = ", CUMBER);
getnum(&WEIGHT, "WEIGHT (was %d) = ", WEIGHT);
getnum(&ourclock, "Clock (was %d) = ", ourclock);
if (getnum(&junk, "Wizard (was %d) = ", tempwiz) != -1 && !junk)
getnum(pp->p_offset, poffset);
getnum(dp->d_ntracks, "nt");
getnum(dp->d_nsectors, "ns");
getnum(dp->d_ncylinders, "nc");
static const char * getnum(const char * strp, int * nump, int min,
strp = getnum(strp, &num, 0, HOURSPERDAY * DAYSPERWEEK - 1);
strp = getnum(strp, &num, 0, MINSPERHOUR - 1);
strp = getnum(strp, &num, 0, SECSPERMIN);
strp = getnum(strp, &rulep->r_day, 1, DAYSPERNYEAR);
strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR);
strp = getnum(strp, &rulep->r_week, 1, 5);
strp = getnum(strp, &rulep->r_day, 0, DAYSPERWEEK - 1);
strp = getnum(strp, &rulep->r_day, 0, DAYSPERLYEAR - 1);
u_int64_t getnum(char *, u_int64_t, u_int64_t, const char **);
getnum((nptr), (min), \
maxbpg = getnum(optarg,
avgfilesize = getnum(optarg,
avgfpdir = getnum(optarg,
minfree = getnum(optarg,
static int getnum(const char *, const char *, int, int);
int getnum(char **, char *, int *);
int sline = getnum(&s, "j", &err);
int hs = getnum(&s, "#", &err);
*(o->ovar) = getnum(&s, printopt, NULL);
num = getnum(&s, NULL, &err);
*(pendopt->ovar) = getnum(&s, printopt, NULL);
taglinenum = getnum(&p, 0, &err);