Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
errno.h
Go to the documentation of this file.
1#ifndef MSL_COMMON_SRC_ERRNO_H
2#define MSL_COMMON_SRC_ERRNO_H
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8#define ENOERR 0
9#define EDOM 33
10#define ERANGE 34
11#define EFPOS 40
12#define ESIGPARM 36
13
14extern int errno;
15
16#ifdef __cplusplus
17}
18#endif
19
20#endif /* MSL_COMMON_SRC_ERRNO_H */
int errno
Definition errno.c:4