RT_NULL

#define RT_NULL 						((void *)0)
 

int main()
{
	cout << sizeof(RT_NULL) << endl;
	cout << sizeof(NULL) << endl;
	system("PAUSE");
	return 0;


}

  

posted on 2021-12-16 00:50  lydstory  阅读(110)  评论(0)    收藏  举报

导航