Main Page   Compound List   File List   Compound Members   File Members  

errno.h

Go to the documentation of this file.
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

Generated at Fri Jul 19 14:55:40 2002 for avrgcc by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001