19 int i;
for(i=0;i<n;i++) {
31 int i;
for(i=0;;i++) {
50 int*value,
const char*
desc) {
58 *value = alt[0].
value;
char * strdup_(const char *s)
struct option * options_allocate(int n)
struct option * options_next_empty(struct option *ops)
struct option_alternative alt[4]
void options_alternative(struct option *ops, const char *name, struct option_alternative *alt, int *value, const char *desc)
void options_string(struct option *ops, const char *name, const char **p, const char *def_value, const char *desc)
struct option_alternative * alternative
void options_int(struct option *ops, const char *name, int *p, int def_value, const char *desc)
void options_double(struct option *ops, const char *name, double *p, double def_value, const char *desc)