Simon Burge wrote: > > - Functions that return values which are discarded should be prefixed > > with (void). I.e., (void)printf("blah"); > > I've always thought that "(void)printf(..." was overkill. In our source > tree, a quick grep shows 71520 printf's without void and 2203 with void. +1. Jun-Young