strerror_r

version(ReturnStrerrorR)
extern (C) nothrow @nogc
const(char)*
strerror_r
(
int errnum
,
return scope char* buf
,
size_t buflen
)

Meta