Define variables in getopt.h
This commit is contained in:
parent
82300c623d
commit
c3f8a93d52
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ extern "C" {
|
||||||
each non-option ARGV-element is returned here. */
|
each non-option ARGV-element is returned here. */
|
||||||
|
|
||||||
extern char *optarg;
|
extern char *optarg;
|
||||||
|
extern int __getopt_initialized;
|
||||||
|
|
||||||
/* Index in ARGV of the next element to be scanned.
|
/* Index in ARGV of the next element to be scanned.
|
||||||
This is used for communication to and from the caller
|
This is used for communication to and from the caller
|
||||||
|
|
Loading…
Reference in a new issue