We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
error_str - names for syscall error codes
#include <error.h>
char *error_str(e);
int e;
error_str returns a printable string describing syscall error code e. Normally e is errno.
qerror(3)