UINT_FAST32_MAX Constant

stdint.h

#define UINT_FAST32_MAX (4294967295UL)

Maximum value of our uint_fast32_t type.

This is the maximum value that an uint_fast32_t can contain on the GCC4TI platform.