...
Code Block | ||
---|---|---|
| ||
#ifndef __STDC_LIB_EXT1__ typedef int errno_t; #endif |
Noncompliant Code Example
...
Related Guidelines
CERT C++ Secure Coding Standard | DCL09-CPP. Declare functions that return errno with a return type of errno_t | ||
ISO/IEC TR 24772:2013 | Ignored Error Status and Unhandled Exceptions [OYB] | MISRA C:2012 | Directive 1.1 (required) |
Bibliography
...