UINT32_C Function (Macro constructor)

stdint.h

#define UINT32_C(c) c ## UL

Appends the correct suffix to a 32-bit unsigned integer literal.

This macro appends the correct suffix for a 32-bit unsigned integer literal to c.