|
GitOS
|
Go to the source code of this file.
Macros | |
| #define | ALL_OK 0 |
| Default return. | |
| #define | EIO 1 |
| Encountered I/O Error. | |
| #define | EINVARG 2 |
| Incorrent argument(s) provided. | |
| #define | ENOMEM 3 |
| Out of memory. | |
| #define | ENOTIMPL 4 |
| Not implemented. | |
| #define | EINFORMAT 5 |
| Invalid format. | |
| #define | EISTKN 8 |
| Is taken. | |
| #define | ISERR(value) |
| #define | ERROR(value) |
| #define | ERROR_I(value) |
| #define ALL_OK 0 |
Default return.
| #define EINFORMAT 5 |
Invalid format.
| #define EINVARG 2 |
Incorrent argument(s) provided.
| #define EIO 1 |
Encountered I/O Error.
| #define EISTKN 8 |
Is taken.
| #define ENOMEM 3 |
Out of memory.
| #define ENOTIMPL 4 |
Not implemented.
| #define ERROR | ( | value | ) |
| #define ERROR_I | ( | value | ) |
| #define ISERR | ( | value | ) |