summaryrefslogtreecommitdiff
path: root/src/stdint/UINTMAX_MAX.c
blob: 3dcc34a245bdc9ac28868a321d9c0ac713987c44 (plain)
1
2
3
4
5
6
#include <stdint.h>
#define UINTMAX_MAX                                    (18446744073709551616ULL)

/*
STDC(199901)
*/