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

/*
STDC(199901)
*/