ioef/code/tools/lcc/include/alpha/osf/errno.h
2005-10-04 15:18:22 +00:00

8 lines
107 B
C

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