10int getopt(
int nargc,
char *
const nargv[],
const char *ostr);
int optopt
Definition getopt_windows.cpp:41
int optreset
Definition getopt_windows.cpp:42
int optind
Definition getopt_windows.cpp:40
char * optarg
Definition getopt_windows.cpp:43
int opterr
Definition getopt_windows.cpp:39