shithub: scc

ref: 5728cad35151d5021badd8c7fcf6273fda4a9320
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