ref: 955a99b7c855cfc2378a9857bfbb8cb853047d6c dir: /lib/c/include/errno.h/
#ifndef _ERRNO_H #define _ERRNO_H #define EDOM 1 #define EILSEQ 2 #define ERANGE 3 #define ENOMEN 4 extern int errno; #endif