NDIGITS
#define NDIGITS(x) (3 * (sizeof(x) * CHAR_BIT) / 10 + 1 + 1 + 1)
#define NDIGITS 0x80 /* no digits detected */