ARTS  2.3.1285(git:92a29ea9-dirty)
arts_getopt.h File Reference

Go to the source code of this file.

Classes

struct  option
 

Macros

#define no_argument   0
 
#define required_argument   1
 
#define optional_argument   2
 

Functions

int getopt ()
 
int getopt_long ()
 
int getopt_long_only ()
 
int _getopt_internal ()
 

Variables

char * optarg
 
int optind
 
int opterr
 
int optopt
 

Macro Definition Documentation

◆ no_argument

#define no_argument   0

Definition at line 96 of file arts_getopt.h.

Referenced by get_parameters().

◆ optional_argument

#define optional_argument   2

Definition at line 98 of file arts_getopt.h.

Referenced by get_parameters().

◆ required_argument

#define required_argument   1

Definition at line 97 of file arts_getopt.h.

Referenced by get_parameters().

Function Documentation

◆ _getopt_internal()

int _getopt_internal ( )

◆ getopt()

int getopt ( )

◆ getopt_long()

int getopt_long ( )

◆ getopt_long_only()

int getopt_long_only ( )

Variable Documentation

◆ optarg

char* optarg

◆ opterr

int opterr

◆ optind

int optind

◆ optopt

int optopt