Name: Anonymous 2015-01-08 0:25
A troll or an incompetent?
I don't know!
I don't know!
Both of them are just plain wrongAre you claiming that
#define null ((void *)0)
would not work just as well as the native NULL?and people want to write if(!ptr) instead of if(ptr != NULL)Are you claiming that
if (!ptr)
and if (ptr != NULL)
is not the same?