mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[liba/stdint] Define int16_t limits
This commit is contained in:
committed by
EmilieNumworks
parent
ab0bfe2039
commit
f8fd654157
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user