#include "getopt.h"
#include "getopt_int.h"
Go to the source code of this file.
|
int | getopt_long (int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) |
|
int | _getopt_long_r (int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) |
|
int | getopt_long_only (int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) |
|
int | _getopt_long_only_r (int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) |
|
◆ _getopt_long_only_r()
Definition at line 55 of file getopt1.c.
58{
61}
static const struct option long_options[]
◆ _getopt_long_r()
◆ getopt_long()
Definition at line 24 of file getopt1.c.
26{
28 opt_index, 0, 0);
29}
int _getopt_internal(optarg_ctx *o, int argc, WCHAR *const *argv, const WCHAR *optstring, const struct option *longopts, int *longind, int long_only)
◆ getopt_long_only()
Definition at line 46 of file getopt1.c.
49{
51 opt_index, 1, 0);
52}