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

#define INTMAX_C(__value)                                ((intmax_t)__value##LL)

/*
STDC(199901)
*/