X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/35edb766593d019b89a3f40b6d6cdd2b50f18032..e347ae0762d0179f0fb8354f85351e7ddac97b95:/include/getopt-min.h?ds=sidebyside diff --git a/include/getopt-min.h b/include/getopt-min.h index 6495ebf..e42aa78 100644 --- a/include/getopt-min.h +++ b/include/getopt-min.h @@ -7,5 +7,6 @@ int getopt( /* returns letter, '?', EOF */ const FLASH char * optstring ); /* allowed args, e.g. "ab:c" */ extern int optind; +extern char *optarg; #endif /* GETOPT_MIN_H */