mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +00:00
8 lines
107 B
C
Executable file
8 lines
107 B
C
Executable file
#ifndef __ERRNO
|
|
#define __ERRNO
|
|
|
|
#define EDOM 33
|
|
#define ERANGE 34
|
|
extern int errno;
|
|
|
|
#endif /* __ERRNO */
|