uint_least32_t Type (Scalar)

stdint.h

typedef unsigned long uint_least32_t;

An unsigned type with at least 32 bits (specified by C99).

This type can be used when at least 32 bits of unsigned data storage are wanted. In GCC4TI, its size is exactly 32 bits.