From style(9) there is this statement:
so that for instance:
I was wondering if this is just aesthetical or has some particular advantage from the C language point of view.
Values in return statements should be enclosed in parentheses.
so that for instance:
Code:
return (eight);
I was wondering if this is just aesthetical or has some particular advantage from the C language point of view.