shithub: scc

ref: 45a5271ae24937f5d96724db3d3da898a56e106e
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