summaryrefslogtreecommitdiff
path: root/src/stdint/INTMAX_MIN.h
blob: 632b7ff04bce39977b927a07fbda94c4f3dcaad4 (plain)
1
2
3
4
5
6
#include <stdint.h>
#define INTMAX_MIN                                           (-INTMAX_MAX - 1LL)

/*
STDC(199901)
*/