00001 /* written by marekm@linux.org.pl, hardly worth copyrighting :-) */ 00002 00003 #ifndef __ERRNO_H_ 00004 #define __ERRNO_H_ 1 00005 00006 extern int errno; 00007 00008 #define EDOM 33 00009 #define ERANGE 34 00010 00011 #endif