#include "getopt.h"
Functions | |
int | octave_getopt (int argc, char *const *argv, const char *optstring) |
int | octave_getopt_long (int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index) |
int octave_getopt_long | ( | int | argc, | |
char *const * | argv, | |||
const char * | options, | |||
const struct option * | long_options, | |||
int * | opt_index | |||
) |