mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[liba] Define UINT8_MAX
This will be needed in python to check that some QSTRs aren't too big. And it doesn't cost anything to add it straight away.
This commit is contained in:
committed by
EmilieNumworks
parent
8a43b17df9
commit
cbb0110c2f
@@ -26,6 +26,7 @@ typedef int64_t int_fast64_t;
|
||||
|
||||
typedef uint8_t uint_least8_t;
|
||||
|
||||
#define UINT8_MAX 0xff
|
||||
#define UINT16_MAX 0xffff
|
||||
|
||||
#define INT16_MAX 0x7fff
|
||||
|
||||
Reference in New Issue
Block a user