...
CERT C++ Secure Coding Standard | DCL09-CPP. Declare functions that return errno with a return type of errno_t |
---|---|
ISO/IEC TR 24731-1:2007 | |
ISO/IEC TR 24772 | Returning error status [NZN] |
MISRA-C | Rule 20.5 (required): The error indicator errno shall not be used |
Bibliography
[ | ISO/IEC 9899:2011]Section 6.7.6.3, "Function Declarators (including Prototypes)" | [Open Group 2004] |
---|