ENOUGH
#define ENOUGH(type) ((CHAR_BIT * sizeof(type) - 1) / 3 + 2)
#define ENOUGH(v, unit) (((v)-1)/(unit)+1)
#define ENOUGH 2048