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