[][src]Function libc::strerror_r

pub unsafe extern "C" fn strerror_r(
    errnum: c_int,
    buf: *mut c_char,
    buflen: size_t
) -> c_int