Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
ANSI 3.3.6, 4.1.1 The type of integer required to hold the difference between two pointers to elements of the same array, ptrdiff_t
The ptrdiff_t
typedef is an int
on the 32-bit x86 platform. On 64-bit platforms, the ptrdiff_t
typedef is an __int64
.