shithub: scc

ref: 1734378ecd88d19b9345de63466e57d8db6d70a9
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