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