1 2 3 4 5 6 7 8 9 10
/* * bits64/stddef.h */ #define _SIZE_T typedef unsigned long size_t; #define _PTRDIFF_T typedef signed long ptrdiff_t;