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

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

char* optarg

Definition at line 83 of file getopt.cc.

Referenced by getopt(), and main().

int opterr

Definition at line 84 of file getopt.cc.

Referenced by getopt().

int optind

Definition at line 82 of file getopt.cc.

Referenced by getopt(), and main().