From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] mumbo-jumbo jibber-jabber poopycock From: Charles Forsyth Date: Mon, 7 May 2007 21:17:09 +0100 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 5efa2b1e-ead2-11e9-9d60-3106f5b1d025 > off-topic is whether it's OK to cast the return value from malloc. in plan 9, usually, don't bother: it's pointless and anything necessary happens anyway. exceptions (hardly ever seen)? p = (char*)malloc(25) + 3;