home *** CD-ROM | disk | FTP | other *** search
- /* ERRNO.H: ANSI standard include file */
- /* Copyright KEIL ELEKTRONIK GmbH 1994 V1.00 */
-
- #ifndef _ERRNO_INCLUDED
- #define _ERRNO_INCLUDED
- #define errno (0)
-
- /* Floating point errors, currently not implemented in libraries */
- #define ERANGE 1 /* Value out of range */
- #define EDOM 2 /* Floating point domain error */
-
- #endif
-