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

/*
STDC(199901)
*/