Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

getopt.cc File Reference

#include <getopt.h>
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <time.h>

Include dependency graph for getopt.cc:

Include dependency graph

Go to the source code of this file.

Functions

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

Variables

char * letP = NULL
char SW = 0
int optind = 1
char * optarg
int opterr = 1


Function Documentation

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

Definition at line 68 of file getopt.cc.

References letP, optarg, optind, and SW.

Referenced by main().


Variable Documentation

char* letP = NULL [static]
 

Definition at line 57 of file getopt.cc.

Referenced by getopt().

char* optarg
 

Definition at line 64 of file getopt.cc.

Referenced by getopt().

int opterr = 1
 

Definition at line 65 of file getopt.cc.

int optind = 1
 

Definition at line 63 of file getopt.cc.

Referenced by getopt().

char SW = 0 [static]
 

Definition at line 59 of file getopt.cc.

Referenced by getopt().


Generated on Fri Dec 12 10:53:05 2003 for OmniEvents by doxygen1.2.15