return expr and Decus-C

gwyn at brl-vgr.UUCP gwyn at brl-vgr.UUCP
Tue May 8 07:31:44 AEST 1984


return expr;
is preferable to
return(expr);
since the latter looks like a function call (which it is not).



More information about the Comp.lang.c mailing list