Group PJLIB_UTIL_GETOPT

group PJLIB_UTIL_GETOPT

Defines

no_argument
required_argument
optional_argument

Functions

int pj_getopt(int argc, char *const *argv, const char *shortopts)
int pj_getopt_long(int argc, char *const *argv, const char *options, const struct pj_getopt_option *longopts, int *longind)
int pj_getopt_long_only(int argc, char *const *argv, const char *shortopts, const struct pj_getopt_option *longopts, int *longind)

Variables

char *pj_optarg
int pj_optind
int pj_optopt
struct pj_getopt_option