ptrdiff_t type — Pointer difference type
typedef ... ptrdiff_t
The ptrdiff_t type is a signed integral type that represents the difference between two pointers. The exact type is implementation-defined.
ptrdiff_t