shithub: scc

ref: f480a2c5373abf4290643600dd9376afd95a1cfb
dir: /include/bits/ppc32/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