getopt.h File Reference

#include <ctype.h>

Include dependency graph for getopt.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  option

Defines

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

Functions

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

Variables

char * optarg
int optind
int opterr
int optopt


Define Documentation

#define _GETOPT_H   1

Definition at line 32 of file getopt.h.

#define no_argument   0

Definition at line 119 of file getopt.h.

#define optional_argument   2

Definition at line 121 of file getopt.h.

#define required_argument   1

Definition at line 120 of file getopt.h.


Function Documentation

int _getopt_internal (  ) 

int getopt (  ) 

int getopt_long (  ) 

int getopt_long_only (  ) 


Variable Documentation

char* optarg

Definition at line 118 of file getopt.c.

int opterr

Definition at line 153 of file getopt.c.

int optind

Definition at line 133 of file getopt.c.

int optopt

Definition at line 159 of file getopt.c.


Generated on Mon Jul 2 19:10:23 2007 for CanFestival by  doxygen 1.5.1