perror

Function perror 

Source
pub unsafe extern "C" fn perror(__s: *const c_char)
Expand description

Print a message describing the meaning of the value of errno.

This function is a possible cancellation point and therefore not marked with __THROW.