digit
#define digit(c) isdigit((unsigned char)(c))
typedef unsigned short digit;
typedef u_int digit;