1 2 3 4 5 6 7
#include <stdint.h> #define UINT32_C(__value) ((uint_least32_t)__value##U) /* STDC(199901) */