#include <errno.h>#include "error.h"Include dependency graph for error_str.c:

Go to the source code of this file.
Defines | |
| #define | X(e, s) if (i == e) return s; |
Functions | |
| char * | error_str (int i) |
|
|
Definition at line 4 of file error_str.c. Referenced by error_str(). |
|
|
Definition at line 6 of file error_str.c. References error_acces, error_again, error_exist, error_inprogress, error_intr, error_io, error_nodevice, error_noent, error_nomem, error_perm, error_pipe, error_proto, error_timeout, error_txtbsy, error_wouldblock, and X. Referenced by strerr_sysinit(). |
1.3.6-20040222