/* * bits64/stddef.h */ #define _SIZE_T typedef unsigned long size_t; #define _PTRDIFF_T typedef signed long ptrdiff_t;