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

getopt.c File Reference

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

Defines

#define gettext(msgid)   (msgid)

Enumerations

enum  { REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER }

Functions

char * getenv ()

Variables

char * optarg = NULL
int optind = 0
int opterr = 1
int optopt = '?'
int chr
char *const * argv
const char * optstring
const struct optionlongopts
int * longind
int long_only

Define Documentation

#define gettext msgid       (msgid)
 


Enumeration Type Documentation

anonymous enum
 

Enumeration values:
REQUIRE_ORDER 
PERMUTE 
RETURN_IN_ORDER 


Function Documentation

char* getenv  
 


Variable Documentation

char *const * argv
 

int chr
 

int long_only
 

int* longind
 

const struct option* longopts
 

char* optarg = NULL
 

int opterr = 1
 

int optind = 0
 

int optopt = '?'
 

const char * optstring
 


Generated on Mon Apr 22 18:50:41 2002 for mailfilter by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002