X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/1157e75889d3d6d23d1e2514f401cd5b354bd149..92cdf874297cbaa96bd0b249e8e069017afb5517:/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 */