Anti-Sway Capstone 1.0
Loading...
Searching...
No Matches
error.h
Go to the documentation of this file.
1
13#ifndef ERROR_H_
14#define ERROR_H_
15
16/* Universal Error Codes */
17
18
19/* Error Macro */
21extern int u_error;
22
23
24/* I/O Error Codes */
25
27#define ENKWN -1
29#define EOTBD -2
31#define EVTYE -3
33#define ESTRN -4
35#define EENCR -5
36
37
38#endif // ERROR_H_
int u_error
Ther universal error code.
Definition setup.c:33