mirror of
https://github.com/id-Software/Quake-III-Arena.git
synced 2026-03-20 00:49:37 +01:00
9 lines
107 B
C
9 lines
107 B
C
#ifndef __ERRNO
|
|
#define __ERRNO
|
|
|
|
#define EDOM 33
|
|
#define ERANGE 34
|
|
extern int errno;
|
|
|
|
#endif /* __ERRNO */
|