LibXenon
Bare-metal Xbox 360 homebrew library
|
Go to the source code of this file.
Data Structures | |
struct | fdt_errtabent |
Macros | |
#define | FDT_ERRTABENT(val) [(val)] = { .str = #val, } |
#define | FDT_ERRTABSIZE (sizeof(fdt_errtable) / sizeof(fdt_errtable[0])) |
Functions | |
const char * | fdt_strerror (int errval) |
Definition at line 62 of file fdt_strerror.c.
#define FDT_ERRTABSIZE (sizeof(fdt_errtable) / sizeof(fdt_errtable[0])) |
Definition at line 80 of file fdt_strerror.c.
const char * fdt_strerror | ( | int | errval | ) |
Definition at line 82 of file fdt_strerror.c.