Anti-Sway Capstone
1.0
Loading...
Searching...
No Matches
src
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 */
21
extern
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_
u_error
int u_error
Ther universal error code.
Definition
setup.c:33
Generated by
1.11.0