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#include "global.h"
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10#define ENOERR 0
11#define EDOM 33
12#define ERANGE 34
13#define EFPOS 40
14#define ESIGPARM 36
15
16extern int errno;
17
18#ifdef __cplusplus
19}
20#endif
21
22#endif /* MSL_COMMON_SRC_ERRNO_H */
int errno
Definition errno.c:3