...
Related Guidelines
CERT C++ Secure Coding Standard | DCL15-CPP. Declare file-scope objects or functions that do not need external linkage in an unnamed namespace |
MISRA C:2012 | Rule 8.7 (advisory), Rule 8.8 (required) |
Bibliography
ISO/IEC 9899:2011 | Subclause 6.2.2, "Linkages of Identifiers" |
...