mirror of
https://github.com/UberGames/ioef.git
synced 2024-12-12 13:42:51 +00: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 */
|