linux NULL 的定义

#undef NULL
#if defined(__cplusplus)
#define NULL 0
#else
#define NULL ((void *)0)
#endif

 

posted on 2013-07-19 00:01  andyhe  阅读(1291)  评论(0编辑  收藏  举报

导航