* include/stdint.h: Correctly define INT32_MIN.
This commit is contained in:
@ -70,7 +70,7 @@ typedef unsigned long long uintmax_t;
|
||||
|
||||
#define INT8_MIN (-128)
|
||||
#define INT16_MIN (-32768)
|
||||
#define INT32_MIN (-2147483648)
|
||||
#define INT32_MIN (-2147483647-1)
|
||||
#define INT64_MIN (-9223372036854775808)
|
||||
|
||||
#define INT8_MAX (127)
|
||||
|
Reference in New Issue
Block a user