C++程序  |  10行  |  123 B

/*
 * bits32/stddef.h
 */

#define _SIZE_T
typedef unsigned int size_t;

#define _PTRDIFF_T
typedef signed long ptrdiff_t;