Define variables in getopt.h

This commit is contained in:
thorkill 2015-06-30 22:50:29 +02:00
parent 82300c623d
commit c3f8a93d52

View file

@ -33,6 +33,7 @@ extern "C" {
each non-option ARGV-element is returned here. */
extern char *optarg;
extern int __getopt_initialized;
/* Index in ARGV of the next element to be scanned.
This is used for communication to and from the caller