Subject: Re: NULL return value checking
To: None <tech-kern@netbsd.org>
From: Matthew Mondor <mmondor@gobot.ca>
List: tech-kern
Date: 04/21/2002 22:10:52
Thank you for the replies,

Thing is I have written all my code for years using boolean checking for NULL without problem, and was wondering if there were architecture-specific problems at times, as NetBSD's style file was the only document I found encourageing to use explicit NULL testing...

Of course I wouldn't argue against the fact that NetBSD sources are among the cleanest in existance.

Matt