summaryrefslogtreecommitdiff
path: root/src/stdint/INT32_C.c
blob: fca867f97749310ce01bd028ee3a002675aacfa8 (plain)
1
2
3
4
5
6
#include <stdint.h>
#define INT32_C(value)                                 ((int_least32_t)value##L)

/*
STDC(199901)
*/