fix missing UINT8_MAX
This commit is contained in:
parent
dd60d5cff0
commit
fc09422e3b
1 changed files with 2 additions and 0 deletions
|
|
@ -23,6 +23,8 @@ typedef long unsigned int size_t;
|
|||
|
||||
typedef long unsigned int uintptr_t;
|
||||
|
||||
#define UINT8_MAX 255
|
||||
|
||||
#define UINT16_MAX 65535
|
||||
|
||||
#define UINT32_MAX 4294967295U
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue