add intptr_t
This commit is contained in:
parent
caebb72411
commit
7165ec5253
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue