quake3/lcc/include/sparc/solaris/errno.h
2005-08-19 00:00:00 +00:00

8 lines
115 B
C
Executable file

#ifndef __ERRNO
#define __ERRNO
#define EDOM 33
#define ERANGE 34
extern int errno;
#endif /* __ERRNO */