safec
3.0
Safe C Library - ISO TR24731 Bounds Checking Interface
Variables
strerror_s.h File Reference
Variables
static const char *
errmsgs_s
[]
static const int
len_errmsgs_s
[]
Variable Documentation
◆
errmsgs_s
const char* errmsgs_s[]
static
Initial value:
= {
"null ptr"
,
"length is zero"
,
"length is below min"
,
"length exceeds RSIZE_MAX"
,
"overlap undefined"
,
"empty string"
,
"not enough space"
,
"unterminated string"
,
"no difference"
,
"not found"
,
}
◆
len_errmsgs_s
const int len_errmsgs_s[]
static
Initial value:
= {
sizeof
"null ptr"
,
sizeof
"length is zero"
,
sizeof
"length is below min"
,
sizeof
"length exceeds RSIZE_MAX"
,
sizeof
"overlap undefined"
,
sizeof
"empty string"
,
sizeof
"not enough space"
,
sizeof
"unterminated string"
,
sizeof
"no difference"
,
sizeof
"not found"
,
}
Generated for Safe C Library 04102017.3-g6464ae 3.0 by
doxygen