|
libxcoder
5.3.1
|
Implementation of getopt() and getopt_long() for Windows environment. More...
Go to the source code of this file.
Functions | |
| int | getopt (int argc, char *argv[], const char *optstring) |
| int | getopt_long (int argc, char *argv[], const char *optstring, const struct option *longopts, int *longindex) |
Variables | |
| char * | optarg = NULL |
| int | optind = 0 |
| int | opterr = 1 |
| int | optopt = 0 |
Implementation of getopt() and getopt_long() for Windows environment.
Definition in file ni_getopt.c.
| int getopt | ( | int | argc, |
| char * | argv[], | ||
| const char * | optstring | ||
| ) |
Definition at line 38 of file ni_getopt.c.
| int getopt_long | ( | int | argc, |
| char * | argv[], | ||
| const char * | optstring, | ||
| const struct option * | longopts, | ||
| int * | longindex | ||
| ) |
Definition at line 99 of file ni_getopt.c.
| char* optarg = NULL |
Definition at line 33 of file ni_getopt.c.
| int opterr = 1 |
Definition at line 35 of file ni_getopt.c.
| int optind = 0 |
Definition at line 34 of file ni_getopt.c.
| int optopt = 0 |
Definition at line 36 of file ni_getopt.c.