shithub: scc

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