QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
getopt.h File Reference
This graph shows which files directly or indirectly include this file:

Data Structures

struct  option
 

Macros

#define _GETOPT_H   1
 
#define no_argument   0
 
#define optional_argument   2
 
#define required_argument   1
 

Functions

int _getopt_internal ()
 
int getopt ()
 
int getopt_long ()
 
int getopt_long_only ()
 

Variables

char * optarg
 
int opterr
 
int optind
 
int optopt
 

Macro Definition Documentation

#define _GETOPT_H   1
#define no_argument   0
#define optional_argument   2
#define required_argument   1

Function Documentation

int _getopt_internal ( )
int getopt ( )
int getopt_long ( )
int getopt_long_only ( )

Variable Documentation

char* optarg
int opterr
int optind
int optopt