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

/*
STDC(199901)
*/