summaryrefslogtreecommitdiff
path: root/src/stdint/INT_LEAST64_MAX.h
blob: a7ff5e2e3682575f4b0956e312356cf1593eef18 (plain)
1
2
3
4
5
6
#include <stdint.h>
#define INT_LEAST64_MAX                                  (9223372036854775807LL)

/*
STDC(199901)
*/