mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-24 22:13:57 +00:00
Initial Commit
This commit is contained in:
14
thirdparty/capstone/cstool/getopt.h
vendored
Normal file
14
thirdparty/capstone/cstool/getopt.h
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef CSTOOL_GETOPT_H
|
||||
#define CSTOOL_GETOPT_H
|
||||
|
||||
// global
|
||||
extern int opterr, /* if error message should be printed */
|
||||
optind, /* index into parent argv vector */
|
||||
optopt, /* character checked for validity */
|
||||
optreset; /* reset getopt */
|
||||
|
||||
extern const char *optarg; /* argument associated with option */
|
||||
|
||||
int getopt (int nargc, char *const nargv[], const char *ostr);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user