URL
https://opencores.org/ocsvn/eco32/eco32/trunk
Subversion Repositories eco32
[/] [eco32/] [trunk/] [lcc/] [include/] [mips/] [irix/] [errno.h] - Rev 37
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef __ERRNO #define __ERRNO #define EDOM 33 #define ERANGE 34 extern int errno; #endif /* __ERRNO */
Go to most recent revision | Compare with Previous | Blame | View Log