[liba/stdint] Define int16_t limits

This commit is contained in:
Ruben Dashyan
2019-07-16 11:40:28 +02:00
committed by EmilieNumworks
parent ab0bfe2039
commit f8fd654157

View File

@@ -26,6 +26,9 @@ typedef int64_t int_fast64_t;
typedef uint8_t uint_least8_t;
#define INT16_MAX 0x7fff
#define INT16_MIN (-INT16_MAX-1)
#define UINT64_C(c) c ## ULL
#define INT64_C(c) c ## LL