Our friends, {}

chris at umcp-cs.UUCP chris at umcp-cs.UUCP
Tue Jul 26 01:24:16 AEST 1983


Ok, you asked for it ... :-)

I always use

	for (;;) {
		stmt;
		stmt;
	}

and usually use

proc (arg1, arg2)
type arg1, arg2;
{

but occasionally I'll use

proc () {

or

proc (arg) type arg; {

as long as the second is ``short'' (length depends on phase of moon &c)
enough.

The only style of indentation I CAN'T read is this one:

	for (;;)
	{
		stmts;
		}

which someone around here uses.

				- Chris
-- 
In-Real-Life:	Chris Torek, Univ of MD Comp Sci
UUCP:		{seismo,allegra,brl-bmd}!umcp-cs!chris
CSNet:		chris at umcp-cs
ARPA:		chris.umcp-cs at UDel-Relay



More information about the Comp.lang.c mailing list