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

/*
STDC(199901)
*/