Subject: Re: a new KNF (and some comments)
To: Hauke Fath <hauke@Espresso.Rhein-Neckar.DE>
From: Johan Danielsson <joda@pdc.kth.se>
List: tech-kern
Date: 01/22/2000 00:49:42
Hauke Fath <hauke@Espresso.Rhein-Neckar.DE> writes:

> 	int foo(int, int, int, int, int *)
> 
> does not really cut it for me.

As stated before, you can't add parameter names since they may
conflict with some identifier in the build environment. You *can* add
them as comments, but that makes it very hard to read.

/Johan