mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-12-01 00:12:06 +00:00
8 lines
107 B
C
8 lines
107 B
C
#ifndef __ERRNO
|
|
#define __ERRNO
|
|
|
|
#define EDOM 33
|
|
#define ERANGE 34
|
|
extern int errno;
|
|
|
|
#endif /* __ERRNO */
|