[net.lang.c] Our friends, }"

ellis@flairvax.UUCP (Michael Ellis) (07/24/83)

To avoid wasting precious screen space with separate brace lines,
I sorta like

	if (foo)
	    bar,
	    baz;

...which also discourages goto's and returns.

-michael

lmg@houxb.UUCP (L.M.Geary) (08/05/83)

I kinda like:

#define		ever		(;;)


	for ever {
		...
	}

				I suppose I'll grow out of it ...

					Larry Geary
					houxb!lmg

lab@qubix.UUCP (Larry Bickford) (08/12/83)

The simpler way I used was

#define FOREVER		for(;;)

which I add to my own source files for portability.

Larry Bickford,
{ihnp4,ucbvax,decvax}!decwrl!qubix!lab