summaryrefslogtreecommitdiff
path: root/src/stdint/INT8_MIN.h
blob: c08b71ef91753d1f805f16bf9be2d7c6d0e80b53 (plain)
1
2
3
4
5
6
#include <stdint.h>
#define INT8_MIN                                                          (-128)

/*
STDC(199901)
*/