1 2 3 4 5 6 7
#include <stdint.h> #define INT32_C(__value) ((int_least32_t)__value##L) /* STDC(199901) */