UINT32_MAX Constant

stdint.h

#define UINT32_MAX (4294967295UL)

Maximum value of an unsigned 32-bit integer.

This is the maximum value that an unsigned 32-bit integer can contain.