summaryrefslogtreecommitdiff
path: root/src/limits/LLONG_MAX.c
blob: 2052034ddebf7b8e26ec08f89d0e042c10a938fe (plain)
1
2
3
4
5
6
7
8
9
10
#include <limits.h>

#define LLONG_MAX                                        (9223372036854775807LL)

/* MIN: 9223372036854775807 */
/** maximum value of a type(long long int) **/

/*
STDC(199901)
*/