#include <errno.h>#include <str_error.h>#include <stdio.h>#include <fibril.h>Go to the source code of this file.
Defines | |
| #define | MIN_ERRNO -17 |
| #define | NOERR_LEN 64 |
Functions | |
| const char * | str_error (const int e) |
Variables | |
| static const char * | err_desc [] |
| static fibril_local char | noerr [NOERR_LEN] |
Definition in file str_error.c.
1.4.7