shithub: scc

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