mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-06 06:53:39 +00:00
Add uintptr_t
This commit is contained in:
parent
447af909c2
commit
dc93c314e6
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@
|
||||||
typedef uint32_t size_t;
|
typedef uint32_t size_t;
|
||||||
typedef int32_t ssize_t;
|
typedef int32_t ssize_t;
|
||||||
|
|
||||||
|
typedef uint32_t uintptr_t;
|
||||||
|
|
||||||
#define NULL 0
|
#define NULL 0
|
||||||
|
|
||||||
void *memcpy(void *dst, const void *src, int len);
|
void *memcpy(void *dst, const void *src, int len);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue