Our website uses cookies to enhance your browsing experience.
Accept
to the top
>
>
>
INT_PTR

INT_PTR

Dec 23 2011

INT_PTR is a signed integer memsize-type that can store a pointer regardless of the platform capacity. INT_PTR is similar to the types ptrdiff_t and intptr_t. The size of the type depends upon the data model. To learn more about memsize types and ways of using them see the article "About size_t and ptrdiff_t".

Popular related articles