sortix-mirror/libc/decl/NULL.h

5 lines
60 B
C

#ifndef NULL
#define __need_NULL
#include <stddef.h>
#endif