shithub: scc

ref: 5728cad35151d5021badd8c7fcf6273fda4a9320
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