From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3C88E439.7B319187@strakt.com> From: Boyd Roberts MIME-Version: 1.0 To: 9fans@cse.psu.edu Subject: Re: [9fans] Coding layout query References: <3.0.6.32.20020308114929.009a27f0@pop3.clear.net.nz> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Fri, 8 Mar 2002 17:18:01 +0100 Topicbox-Message-UUID: 61c55dc6-eaca-11e9-9e20-41e7f4b1d025 Andrew Simmons wrote: > int > nurdge(int a) > ... > > whereas in the header file, the return type is on the same line: > > int nurdge(int) > The contexts are different. I think both styles improve readability. However, prototypes should never have been invented. brucee's cyntax et al were much better ideas.