add a note

This commit is contained in:
nhmall
2022-11-10 11:57:00 -05:00
parent 27e311b733
commit 6864e6cf22

View File

@@ -163,6 +163,13 @@ wrapped in an additional set of parentheses for clarity:
/* body */
}
Variable names to avoid
-----------------------
near, far Some compilers and cross-compilers that target old
processors with segmented architectures may treat
those as keywords. It is safest to just avoid them.
Spaces in Expressions
---------------------