shithub: scc

ref: c679d867ba0e7d6c4ebbd82649d0eed8a4fe0c2a
dir: /libc/include/qbe/arch/string.h/

View raw version
/* See LICENSE file for copyright and license details. */

#ifndef NULL
#define NULL ((void *) 0)
#endif

#ifndef _SIZET
typedef unsigned size_t;
#endif