|
safec 3.9
Safe C Library - ISO TR24731 Bounds Checking Interface
|
#include "safe_str_lib.h"
Include dependency graph for strerror_s.c:Functions | |
| errno_t | strerror_s (char *dest, rsize_t dmax, errno_t errnum) |
| EXPORT size_t | strerrorlen_s (errno_t errnum) |
The strerrorlen_s function returns the untruncated length of the textual description of the system error code errnum, identical to the description that would be printed by perror(). | |
| EXPORT size_t strerrorlen_s | ( | errno_t | errnum | ) |
The strerrorlen_s function returns the untruncated length of the textual description of the system error code errnum, identical to the description that would be printed by perror().
| [in] | errnum | integer value referring to an error code |