DragonFly submit List (threaded) for 2004-02
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: patch to style(9) man page to reflect current practices
Hi !
void function(int, char); /* fd, foo */
Somehow only acceptable up to three arguments.
Then you'll have to think about line-continuation stuff.
(Always a nice issue to argue about...8-P)
void function(int, /* fd */
char); /* foo */
Ick. That just plain sucks. We may start using variables
like `FileDescriptor' then... ;-)
I was thinking of Torvald's example `ThisVariableIsATemporaryCounter'.
Why not just a reference to the file implementing the function ?
/* usr.bin/contrib/foo/foo_basics.c */
void function(int, char);
This may not be up-to-date all the time but close enough.
And glimpse is still your friend - something I learned here.
Cheers
Peter
--
<peter.kadau@xxxxxxxxxxxxxxxx>
Campus der Max-Planck-Institute Tübingen
Netzwerk- und Systemadministration
Tel: +49 7071 601 598
Fax: +49 7071 601 616
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]