|
Embedded Artistry libc
C Standard Library Support for Bare-metal Systems
|

Go to the source code of this file.
Macros | |
| #define | E(a, b) ((unsigned char)a), |
| #define | E(a, b) b "\0" |
Functions | |
| char * | strerror (int err_no) |
Variables | |
| static const unsigned char | errid [] |
| static const char | errmsg [] |
| #define E | ( | a, | |
| b | |||
| ) | ((unsigned char)a), |
Definition at line 12 of file strerror.c.
| #define E | ( | a, | |
| b | |||
| ) | b "\0" |
Definition at line 12 of file strerror.c.
| char* strerror | ( | int | err_no | ) |
Definition at line 17 of file strerror.c.
References errid, errmsg, and NULL.
Referenced by strerror_r().

|
static |
Definition at line 7 of file strerror.c.
Referenced by strerror().
|
static |
Definition at line 13 of file strerror.c.
Referenced by strerror().