From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <5258fb01cfa482d7b8d985e1c26dfac1@plan9.escet.urjc.es> To: 9fans@cse.psu.edu Subject: Re: [9fans] same functions everywhere From: paurea@plan9.escet.urjc.es In-Reply-To: <0127941e0d76aa164b1944de5701be00@mightycheese.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Thu, 24 Apr 2003 14:02:58 +0200 Topicbox-Message-UUID: 97ceb132-eacb-11e9-9e20-41e7f4b1d025 > The argument I think carries the day is that error handling is an > application-specific issue, not a library issue. I have written emalloc > several times but each application tends to do something different > in the error case. That is the real point. > Most of them do exactly the same, calling sysfatal. The only different thing is the error string and sometimes, it is just "out of memory" or variations on this. Gorka