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

#define UINTMAX_C(__value)                             ((uintmax_t)__value##ULL)

/*
STDC(199901)
*/