#include <error.h> char *error_str(e); int e;
error_str returns a printable string describing syscall error code e. Normally e is errno.
error(3) error_str(3)