shithub: scc

ref: 8b3b797a2474a56c72f4c0f190910aeb320943be
dir: /include/bits/arm32/arch/stddef.h/

View raw version
#ifndef SIZET_
typedef unsigned int size_t;
#define SIZET_
#endif

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