SLAA534A June 2013 – June 2020
errno is a global int defined as follows:
extern int errno;
The following are some of the constants defined for used with errno. See the errno.h file for a complete list.
#define EDOM 0x21
#define ERANGE 0x22
#define EILSEQ 0x58
#define ENOENT 0x2
#define EFPOS 0x98