shithub: scc

ref: 1b6737c3ab2088041262077fadae13079b89fa88
dir: /include/bits/arm64/arch/stddef.h/

View raw version
#ifndef _SIZET
typedef unsigned long size_t;
#define _SIZET
#endif

#ifndef _PTRDIFF_T
typedef long ptrdiff_t;
#define _PTRDIFF_T
#endif