Описание тега ptrdiff-t

In the C programming language, ptrdiff_t is the signed integer type of the result of subtracting two pointers.

In the C programming language, ptrdiff_t is the signed integer type of the result of subtracting two pointers.

See the C programming language,ISO/IEC 9899:201x specification for more details.