On Mon, 25 May 1998, Glynn Clements wrote:

>But for testing null pointers, I use `!'. In this context, it seems

BAD. I worked in envinronments where NULL is ((void *)-1UL). If you use !
to check for a NULL pointer you make your code not portable.

Andrea[s] Arcangeli

Reply via email to