flinklib
flinklib: flink C library for Linux
|
Error handling. More...
Go to the source code of this file.
Macros | |
#define | FLINK_NOERROR 0x2000 |
#define | FLINK_EUNKNOWN (FLINK_NOERROR + 1) |
#define | FLINK_ENOTSUPPORTED (FLINK_NOERROR + 2) |
#define | FLINK_EINVALDEV (FLINK_NOERROR + 3) |
#define | FLINK_EINVALSUBDEV (FLINK_NOERROR + 4) |
#define | FLINK_EINVALCHAN (FLINK_NOERROR + 5) |
#define | FLINK_ENULLPTR (FLINK_NOERROR + 6) |
#define | FLINK_UNKNOWNIOCTL (FLINK_NOERROR + 7) |
#define | FLINK_WRONGSUBDEVT (FLINK_NOERROR + 8) |
Functions | |
const char * | flink_strerror (int e) |
void | flink_perror (const char *p) |
void | libc_error (void) |
void | flink_error (int e) |
Error handling.
Definition in file error.h.
#define FLINK_EINVALCHAN (FLINK_NOERROR + 5) |
#define FLINK_EINVALDEV (FLINK_NOERROR + 3) |
#define FLINK_EINVALSUBDEV (FLINK_NOERROR + 4) |
#define FLINK_ENOTSUPPORTED (FLINK_NOERROR + 2) |
#define FLINK_ENULLPTR (FLINK_NOERROR + 6) |
#define FLINK_EUNKNOWN (FLINK_NOERROR + 1) |
#define FLINK_UNKNOWNIOCTL (FLINK_NOERROR + 7) |
#define FLINK_WRONGSUBDEVT (FLINK_NOERROR + 8) |
void flink_error | ( | int | e | ) |
void flink_perror | ( | const char * | p | ) |
const char* flink_strerror | ( | int | e | ) |