URL
https://opencores.org/ocsvn/eco32/eco32/trunk
Subversion Repositories eco32
[/] [eco32/] [trunk/] [lcc/] [include/] [alpha/] [osf/] [errno.h] - Rev 293
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