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

/*
STDC(199901)
*/