...
CERT C++ Secure Coding Standard: DCL09-CPP. Declare functions that return errno with a return type of errno_t
ISO/IEC 9899:2011 Section Section 6.7.6.3, "Function declarators (including prototypes)"
...
...
CERT C++ Secure Coding Standard: DCL09-CPP. Declare functions that return errno with a return type of errno_t
ISO/IEC 9899:2011 Section Section 6.7.6.3, "Function declarators (including prototypes)"
...