return expr and Decus-C

Doug Gwyn gwyn at brl-vgr.ARPA
Tue May 15 22:47:54 AEST 1984


Thanks, Kirk.  I too use white space differently for the different
(overloaded!) uses of parentheses in C.  E.g.
	func( param, param );
	if ( cond )
		stmt;
	while ( cond )
		stmt;
	a = (b + c) / d;
	return a == b;



More information about the Comp.lang.c mailing list