shithub: scc

ref: 1b0aadd3da30f46989a7c24fb712bf0a25605f2a
dir: /libc/include/bits/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