linux NULL 的定义

#undef NULL
#if defined(__cplusplus)
#define NULL 0
#else
#define NULL ((void *)0)
#endif
原文地址:https://www.cnblogs.com/andyhe/p/3199717.html