X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/41d36f28612cb6c49cf0260236f3b834549883be..d20e9438cec2ce6d495ff4168da6852cf58c6964:/include/getopt-min.h diff --git a/include/getopt-min.h b/include/getopt-min.h index 9f7729e..e42aa78 100644 --- a/include/getopt-min.h +++ b/include/getopt-min.h @@ -1,12 +1,12 @@ #ifndef GETOPT_MIN_H #define GETOPT_MIN_H -int getopt( /* returns letter, '?', EOF */ - int argc, /* argument count from main */ - char *const argv[], /* argument vector from main */ +int getopt( /* returns letter, '?', EOF */ + int argc, /* argument count from main */ + char *const argv[], /* argument vector from main */ const FLASH char * optstring ); /* allowed args, e.g. "ab:c" */ extern int optind; +extern char *optarg; #endif /* GETOPT_MIN_H */ -