Query: error_str
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
error_str(3) Library Functions Manual error_str(3)NAMEerror_str - names for syscall error codesSYNTAX#include <error.h> char *error_str(e); int e;DESCRIPTIONerror_str returns a printable string describing syscall error code e. Normally e is errno.SEE ALSOerror(3) error_str(3)