I see it is legal to use the variable __PTRDIFF_TYPE__
with no header inclusion.
I tried to look for this variable name in ISO/IEC 9899
but it does not appear. I expected to see its definition in the 7th part, C library.
Why is it legal ?
I am using the gcc under Linux/GNU.