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