errno.h (107B)
1 #ifndef __ERRNO 2 #define __ERRNO 3 4 #define EDOM 33 5 #define ERANGE 34 6 extern int errno; 7 8 #endif /* __ERRNO */