summaryrefslogtreecommitdiff
path: root/src/stdint/INTMAX_C.c
blob: c051c9ae283e1b4f81b8ba1c608331c748a5ccd9 (plain)
1
2
3
4
5
6
#include <stdint.h>
#define INTMAX_C(value)                                    ((intmax_t)value##LL)

/*
STDC(199901)
*/