nfs-ganesha 1.4
|
GANESHA's version of getopt, to avoid portability issues. More...
Go to the source code of this file.
Defines | |
#define | NULL 0 |
#define | EOF (-1) |
#define | ERR(s, c) |
Functions | |
int | Getopt (int argc, char *argv[], char *opts) |
Variables | |
int | Opterr = 1 |
int | Optind = 1 |
int | Optopt |
char * | Optarg |
GANESHA's version of getopt, to avoid portability issues.
This source code is an adaptation of the AT&T public domain source for getopt(3).
Revision 1.4 2006/01/18 17:03:35 leibovic Removing some warnings.
Revision 1.2 2005/03/09 15:43:25 leibovic Multi-OS compiling.
Revision 1.1 2005/02/02 09:05:30 leibovic Adding our own version of getopt, to avoid portability issues.
Definition in file Getopt.c.
#define ERR | ( | s, | |
c | |||
) |