#include <popt.h>

Go to the source code of this file.
Defines | |
| #define | POPT_TABLEEND { NULL, '\0', 0, 0, 0, NULL, NULL } |
Functions | |
| poptContext | op_poptGetContext (char const *name, int argc, char const **argv, struct poptOption const *options, int flags) |
Wrapper for libpopt - always use this rather than popt.h
Definition in file op_popt.h.
| poptContext op_poptGetContext | ( | char const * | name, | |
| int | argc, | |||
| char const ** | argv, | |||
| struct poptOption const * | options, | |||
| int | flags | |||
| ) |
op_poptGetContext - wrapper for popt
Use this instead of poptGetContext to cope with different popt versions. This also handle unrecognized options. All error are fatal.
Definition at line 18 of file op_popt.c.
References optcon.
Referenced by popt::do_parse_options(), get_options(), and opd_options().

1.6.1