MANPAGES
Skip Quicknav
/ unstable / qmail / error_str(3)
Scroll to navigation
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.
error(3)