Moved Permanently

The document has moved here.


Apache/2.2.11 (Unix) PHP/5.2.10 Server at viva64.com Port 80
Print version

intptr_t

intptr_t is a signed integer memsize-type that can safely store a pointer regardless of the platform capacity. The type intptr_t is similar to the types ptrdiff_t and INT_PTR. 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".