1 2 3 4 5 6 7 8
#ifndef CKB_C_STDLIB_STDDEF_H_ #define CKB_C_STDLIB_STDDEF_H_ #include "internal/types.h" #define NULL ((void*)0) #include <entry.h> #endif /* CKB_C_STDLIB_STDDEF_H_ */