shithub: scc

ref: 1791c9bb2759ddcea2cf7df137711c1c6ac9fa3b
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