summaryrefslogtreecommitdiff
path: root/src/limits/ULLONG_MAX.h
blob: 3aac6f7920b80e1f67692cbbfe4ed1a0fa234a4e (plain)
1
2
3
4
5
6
7
8
#include <limits.h>
#define ULLONG_MAX                                     (18446744073709551615ULL)

/* MIN: 18446744073709551615 */

/*
STDC(199901)
*/