summaryrefslogtreecommitdiff
path: root/src/stdint/UINTMAX_C.c
blob: d505d108e64c2b1e3797aee7e25788aa0ed921ee (plain)
1
2
3
4
5
6
#include <stdint.h>
#define UINTMAX_C(value)                                 ((uintmax_t)value##ULL)

/*
STDC(199901)
*/