shithub: scc

ref: 7665b3ee492c998789d3c9c7ad79258411f6485a
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