]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - include/getopt-min.h
New command(s): attach (and detach) - not fully working.
[z180-stamp.git] / include / getopt-min.h
index 6495ebf21fa88dcdbc79841652352a4deac6d96b..e42aa7815f90dff89b694c045af2e54980c87656 100644 (file)
@@ -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 */