safec
3.3
Safe C Library - ISO TR24731 Bounds Checking Interface
|
#include "safe_str_lib.h"
Functions | |
EXPORT errno_t | _strerror_s_chk (char *dest, rsize_t dmax, errno_t errnum, const size_t destbos) |
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() . More... | |
EXPORT errno_t _strerror_s_chk | ( | char * | dest, |
rsize_t | dmax, | ||
errno_t | errnum, | ||
const size_t | destbos | ||
) |
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 |