#include <platform.h>
Defines | |
#define | _ERRNO_H 1 |
Enumerations | |
enum | ErrnoEnum { FAIL = -1, SUCCESS = 0, ESIZE = 2, ECANCEL = 3, EOFF = 4, EBUSY = 5, EINVAL = 6, ERETRY = 7, ERESERVE = 8, ENETUNREACH = 9, ENOTTIMESYNC = 10, ETIMEOUT = 11, ENFILE = 12, ENOTCONN = 13 } |
Error number enumerations. More... | |
Variables | |
int16_t | errno |
#define _ERRNO_H 1 |
enum ErrnoEnum |
Error number enumerations.
int16_t errno |