fix missing UINT8_MAX

This commit is contained in:
Trim21 2026-01-04 16:07:47 +08:00
parent dd60d5cff0
commit fc09422e3b

View file

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