0
0
Fork 0
mirror of https://github.com/UberGames/ioef.git synced 2024-12-22 10:30:58 +00:00
ioef/lcc/include/sparc/solaris/errno.h

9 lines
115 B
C
Raw Normal View History

2005-08-26 04:48:05 +00:00
#ifndef __ERRNO
#define __ERRNO
#define EDOM 33
#define ERANGE 34
extern int errno;
#endif /* __ERRNO */