UINT_MAX
#define UINT_MAX 0xffffffffU /* max value for an unsigned int */
#define UINT_MAX (0xffffffffU)