在下面的代码中,*(long*)0=0;与if子句一起使用,但它的目的是什么?
*(long*)0=0;
if
if(r.wid*r.ht < tot) *(long*)0=0;
c c++
c ×1
c++ ×1