OmniEvents
getopt.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int getopt (int argc, char *argv[], const char *optionS)
 

Variables

int optind
 
char * optarg
 
int opterr
 

Function Documentation

◆ getopt()

int getopt ( int  argc,
char *  argv[],
const char *  optionS 
)

Definition at line 88 of file getopt.cc.

References letP, optarg, opterr, optind, and SW.

Referenced by main().

Variable Documentation

◆ optarg

char* optarg
extern

Definition at line 83 of file getopt.cc.

Referenced by getopt(), and main().

◆ opterr

int opterr
extern

Definition at line 84 of file getopt.cc.

Referenced by getopt().

◆ optind

int optind
extern

Definition at line 82 of file getopt.cc.

Referenced by getopt(), and main().