Main Page | Modules | Class List | Directories | File List | Class Members | File Members | Related Pages

getopt.c File Reference

#include <stdio.h>
#include <string.h>
#include "getopt.h"

Go to the source code of this file.

Functions

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

Variables

char * optarg = NULL
int optind = 1
int optopt = 0
int opterr = 1


Function Documentation

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

Definition at line 34 of file getopt.c.

References _next_char, NULL, optarg, opterr, optind, and optopt.

Referenced by ParseCmdLine().


Variable Documentation

char* optarg = NULL
 

Definition at line 27 of file getopt.c.

int opterr = 1
 

Definition at line 30 of file getopt.c.

Referenced by getopt().

int optind = 1
 

Definition at line 28 of file getopt.c.

int optopt = 0
 

Definition at line 32 of file getopt.c.

Referenced by getopt(), and ParseCmdLine().


Generated on Sun May 14 14:51:27 2006 by  doxygen 1.4.2