Quote:
Originally Posted by Chompy
return NULL; is just to clear out that it is not returning to a function nor returning a value.
|
Null IS a value, zero actually. You could just do
return; anyways.
And I think Stefan should make the compiler optimize
if (var == true) since that looks nicer than
if (var) which makes me think of the horrors of GS1.