ref: 30037a7e84c815e217ceacd71a7b7cd3bd47881d
dir: /include/bits/i386/arch/cdefs.h/
#ifdef _NEED_SIZET #ifndef _SIZET typedef unsigned long size_t; #define _SIZET #endif #undef _NEED_SIZET #endif #ifdef _NEED_PTRDIFFT #ifndef _PTRDIFFT typedef long ptrdiff_t; #define _PTRDIFFT #endif #undef _NEED_PTRDIFFT #endif #ifdef _NEED_NULL #ifndef NULL #define NULL ((void *) 0) #endif #undef _NEED_NULL #endif #ifdef _NEED_WCHART #ifndef _WCHART typedef int wchar_t; #define _WCHART #endif #undef _NEED_WCHART #endif