ref: 7d02b4c1db8aa0f5b311f01714ef84d7f16888cc
dir: /libc/include/bits/i386-sysv/arch/string.h/
/* See LICENSE file for copyright and license details. */ #ifndef NULL #define NULL ((void *) 0) #endif #ifndef _SIZET typedef unsigned long size_t; #endif