UINT_LEAST32_MAX Constant

stdint.h

#define UINT_LEAST32_MAX (4294967295UL)

Maximum value of our uint_least32_t type.

This is the maximum value that a uint_least32_t can contain on the GCC4TI platform.