1 2 3 4 5 6 7 8
#ifndef _BITS_NULL_H #define _BITS_NULL_H 1 /* We rely on the compiler's stddef.h to define NULL for us. */ #define __need_NULL #include <stddef.h> #endif