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

/*
STDC(199901)
*/