|
csnip
0.1
|

Macros | |
| #define | csnip_err_SUCCESS 0 |
| Success / no error. | |
| #define | csnip_err_ERRNO (-1) |
| Error code in errno. | |
| #define | csnip_err_NOMEM (-2) |
| Out of memory. | |
| #define | csnip_err_UNDERFLOW (-3) |
| Data structure underflow. | |
| #define | csnip_err_RANGE (-4) |
| Range error. | |
| #define | csnip_err_FORMAT (-5) |
| Format error. | |
| #define | csnip_err_UNEXPECTED_NULL (-6) |
| Invalid NULL pointer. | |
| #define | csnip_err_INVAL (-7) |
| Invalid value. | |
| #define | csnip_err_CALLFLOW (-8) |
| Invalid call flow. | |