add intptr_t

This commit is contained in:
Trim21 2026-01-04 07:58:57 +08:00
parent caebb72411
commit 7165ec5253

View file

@ -21,6 +21,7 @@ typedef long long unsigned int uint64_t;
typedef long unsigned int size_t;
typedef long int intptr_t;
typedef long unsigned int uintptr_t;
#define UINT16_MAX 65535