digit
digit(unsigned n)
typedef unsigned short digit;
typedef u_long digit;
typedef unsigned short digit;
typedef u_long digit;
#define digit(ch) ((ch) >= '0' && (ch) <= '9')