shithub: scc

ref: a799fd84aabd2df4789da1fe498e2f7ced1aa141
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