Go to the source code of this file.
Functions | |
int | octave_get_opterr_wrapper (void) |
int | octave_getopt_long_wrapper (int argc, char **argv, const char *shortopts, const struct octave_getopt_options *longopts, int *longind) |
char * | octave_optarg_wrapper (void) |
int | octave_optind_wrapper (void) |
int | octave_set_opterr_wrapper (int val) |
int octave_get_opterr_wrapper | ( | void | ) |
Definition at line 126 of file getopt-wrapper.c.
int octave_getopt_long_wrapper | ( | int | argc, |
char ** | argv, | ||
const char * | shortopts, | ||
const struct octave_getopt_options * | longopts, | ||
int * | longind | ||
) |
Definition at line 99 of file getopt-wrapper.c.
Referenced by cmdline_options::cmdline_options().
char* octave_optarg_wrapper | ( | void | ) |
Definition at line 114 of file getopt-wrapper.c.
int octave_optind_wrapper | ( | void | ) |
Definition at line 120 of file getopt-wrapper.c.
int octave_set_opterr_wrapper | ( | int | val | ) |
Definition at line 132 of file getopt-wrapper.c.