Where is ptrdiff_t defined in C?
ptrdiff_t
It's defined in stddef.h.
stddef.h
That header defines the integral types size_t, ptrdiff_t, and wchar_t, the functional macro offsetof, and the constant macro NULL.
size_t
wchar_t
offsetof
NULL