![]() |
flinklib
flinklib: flink C library for Linux
|
Error handling. More...

Go to the source code of this file.
Macros | |
| #define | NOF_ERRORS (sizeof(flinklib_error_strings) / sizeof(char*)) |
Functions | |
| const char * | flink_strerror (int e) |
| void | flink_perror (const char *p) |
| void | libc_error (void) |
| void | flink_error (int e) |
Variables | |
| __thread int | flink_errno = 0 |
| const char * | flinklib_error_strings [] |
Error handling.
Definition in file error.c.
| #define NOF_ERRORS (sizeof(flinklib_error_strings) / sizeof(char*)) |
| void flink_error | ( | int | e | ) |
| void flink_perror | ( | const char * | p | ) |
| const char* flink_strerror | ( | int | e | ) |
| void libc_error | ( | void | ) |