...
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
Related Guidelines
| CERT C++ Secure Coding Standard | DCL36-CPP. Do not declare an identifier with conflicting linkage classifications |
| MISRA-C | Rule 8.1 (required): Functions shall have prototype declarations and the prototype shall be visible at both the function definition and call |
Bibliography
| [Banahan 2003] | Section 8.2, "Declarations, Definitions and Accessibility" |
| [ISO/IEC 9899:2011] | Section 6.2.2, "Linkages of Identifiers" |
| [Kirch-Prinz 2002] |
...