ref: 7c7c96852af4bbdaee9543ae8b6a85cd89ba20ea dir: /include/bits/arm32/arch/stddef.h/
#ifndef SIZET_ typedef unsigned int size_t; #define SIZET_ #endif #ifndef _PTRDIFF_T typedef long ptrdiff_t; #define _PTRDIFF_T #endif