gigatron/rom/Compilers/glcc/include/sparc/solaris/errno.h
2025-01-28 19:17:01 +03:00

9 lines
107 B
C

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