shithub: scc

ref: 68f7219f21c64aa4d1816f9c2ab454d90634666c
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