intptr_t typedef

intptr_t = int

Integer type capable of holding a pointer.

Implementation

typedef intptr_t = int;