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

/*
STDC(199901)
*/