shithub: scc

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