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