[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:
Romain Goyet
2020-04-10 16:15:31 -04:00
committed by EmilieNumworks
parent 8a43b17df9
commit cbb0110c2f

View File

@@ -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