alldigits
if (alldigits(*argv))
static int alldigits(char *s);
if (alldigits(name))
int alldigits(const char *s);