#ifndef _PTRDIFF_T_DECL #define _PTRDIFF_T_DECL #if !defined(_GCC_PTRDIFF_T) #define _GCC_PTRDIFF_T typedef __ptrdiff_t ptrdiff_t; #endif #endif