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

/*
STDC(199901)
*/