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

/*
STDC(199901)
*/