Skip to content

error_str.3

Manvendra Bhangui edited this page Feb 25, 2024 · 4 revisions

NAME

error_str - 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.

SEE ALSO

qerror(3)

Clone this wiki locally