getopt.c (ngrep-1_45) | : | getopt.c (ngrep-1_47) | ||
---|---|---|---|---|
/* | ||||
* $Id$ | ||||
*/ | ||||
#include <stdio.h> /* for EOF */ | #include <stdio.h> /* for EOF */ | |||
#include <string.h> /* for strchr() */ | #include <string.h> /* for strchr() */ | |||
#include <getopt.h> | #include <getopt.h> | |||
/* static (global) variables that are specified as exported by getopt() */ | /* static (global) variables that are specified as exported by getopt() */ | |||
char *optarg = NULL; /* pointer to the start of the option argument */ | char *optarg = NULL; /* pointer to the start of the option argument */ | |||
int optind = 1; /* number of the next argv[] to be evaluated */ | int optind = 1; /* number of the next argv[] to be evaluated */ | |||
int opterr = 1; /* non-zero if a question mark should be returned | int opterr = 1; /* non-zero if a question mark should be returned | |||
End of changes. 1 change blocks. | ||||
3 lines changed or deleted | 0 lines changed or added |