shithub: scc

ref: 6526c3052cb52d7a55d42444dcda3628be67a44f
dir: /include/bits/arm64/arch/cdefs.h/

View raw version
#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