summaryrefslogtreecommitdiff
path: root/src/stdint/INT32_MIN.h
blob: 4349cf37c0050d6ce56419c6ebd492ba8fd09b5d (plain)
1
2
3
4
5
6
#include <stdint.h>
#define INT32_MIN                                                  (-2147483648)

/*
STDC(199901)
*/