shithub: scc

ref: 863ae94d24cc233614af6cd22e5e3caa3921481f
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