Path: utzoo!attcan!uunet!lll-winken!ames!mailrus!iuvax!purdue!decwrl!megatest!djones From: djones@megatest.UUCP (Dave Jones) Newsgroups: comp.lang.c Subject: Re: lint question Message-ID: <1172@goofy.megatest.UUCP> Date: 10 Jan 89 23:52:12 GMT References: <2679@ficc.uu.net) Organization: Megatest Corporation, San Jose, Ca Lines: 12 In article <9322@smoke.BRL.MIL), gwyn@smoke.BRL.MIL (Doug Gwyn ) writes: ) The one possible exception is ) (void)fprintf(stderr, "...: operation failed\n"); ) because if a write to the standard error output fails, you may have just ) exhausted your error-recovery resources and can do no better anyway. ) (What are you going to do, complain about THAT failure on stderr?) ) Nope. But under Unix, I'll complain on file-descriptor 2, if I think that might help.