coan 4.2.4
#include "get_options.h"
#include <assert.h>
#include <string.h>
Include dependency graph for get_options.c:

Go to the source code of this file.

Functions

cmd_option_t const * get_command_option (int argc, char *argv[], cmd_option_t const *commands)
bool opts_are_compatible (int opt_excluder, int opt_excluded, struct exclusion_list const *exclusions, bool indexed)
int getopt_long (int argc, char *argv[], const char *optstr, const struct option *longopts, int *longind)
const char * get_long_opt_name (struct option const *longopts, int opt)

Variables

int optind
int optopt
char * optarg

Detailed Description

This file implements the Get Options component

Definition in file get_options.c.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines