summaryrefslogtreecommitdiff
path: root/src/stdint/INT32_C.h
blob: 9e05296880b5e3b71a48082403275158d301c15a (plain)
1
2
3
4
5
6
7
#include <stdint.h>

#define INT32_C(__value)                             ((int_least32_t)__value##L)

/*
STDC(199901)
*/