Name: Anonymous 2015-01-08 0:25
A troll or an incompetent?
I don't know!
I don't know!
NULL
might not be equal to 0, and people want to write if(!ptr)
instead of if(ptr != NULL)
. But redefining it will not do a damn thing to code that isn't compiled with that particular definition anyway so there's no point.