nfs-ganesha 1.4
Functions | Variables

Getopt.h File Reference

Prototype for GANESHA's version of getopt, to avoid portability issues. More...

Go to the source code of this file.

Functions

int Getopt (int argc, char *argv[], char *opts)

Variables

int Opterr
int Optind
int Optopt
char * Optarg

Detailed Description

Prototype for GANESHA's version of getopt, to avoid portability issues.

Author:
Author:
leibovic
Date:
Date:
2005/02/02 09:05:30
Version:
Revision:
1.1
Log:
Getopt.h,v

Revision 1.1 2005/02/02 09:05:30 leibovic Adding our own version of getopt, to avoid portability issues.

Definition in file Getopt.h.


Function Documentation

int Getopt ( int  argc,
char *  argv[],
char *  opts 
)

Definition at line 75 of file Getopt.c.


Variable Documentation

char* Optarg

Definition at line 73 of file Getopt.c.

int Opterr

Definition at line 70 of file Getopt.c.

int Optind

Definition at line 71 of file Getopt.c.

int Optopt

Definition at line 72 of file Getopt.c.