DragonFly submit List (threaded) for 2003-09
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: style(9) manpage __P removal
:For my own work I have actually moved to an in-between form:
:
:int
:fubar(int a,
: int b,
: int c,
: int d)
:{
:}
:
:or
:
:int
:dowhacky(char a,
: int b,
: unsigned long c,
:..
Uh. Well... ick. :-). Fortunately we have a precedent... the
portions of the FreeBSD kernel that have already been ANSIzed used
the more compressed form:
int
fubar(int a, int b, int c, int d)
{
}
-Matt
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]