Path: utzoo!attcan!uunet!lll-winken!ames!ncar!tank!mimsy!haven!uvaarpa!babbage!watt.acc.Virginia.EDU!pts From: pts@watt.acc.Virginia.EDU (Paul T. Shannon) Newsgroups: comp.lang.c Subject: lint question Message-ID: <491@babbage.acc.virginia.edu> Date: 9 Jan 89 23:11:35 GMT Sender: acc@babbage.acc.virginia.edu Reply-To: pts@watt.acc.Virginia.EDU (Paul T. Shannon) Organization: Academic Computing Center, University of Va. Lines: 9 I've been following the lint discussion, and decided it was high time for me to use lint myself. Here's a question for style experts: Lint complains: function returns value which is always ignored fprintf printf Is it bad style to use these functions without also checking the returned value?