uintptr_t typedef

uintptr_t = int

Unsigned integer type capable of holding a pointer.

Implementation

typedef uintptr_t = int;