error_str(3) names for syscall error codes

SYNTAX

#include <error.h>

char *error_str(e);

int e;

DESCRIPTION

error_str returns a printable string describing syscall error code e. Normally e is errno.