summaryrefslogtreecommitdiff
path: root/src/stdint/INT_FAST64_MIN.c
blob: 07f4a44c811a6ee3f7abe8ee6193b46b48bcab92 (plain)
1
2
3
4
5
6
#include <stdint.h>
#define INT_FAST64_MIN                                  (-9223372036854775808LL)

/*
STDC(199901)
*/