]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - avr/getopt-min.c
clean up includes
[z180-stamp.git] / avr / getopt-min.c
index 8508f401a725329c5aeb35766efaa06392c43d79..4e67a9b4d0712a4c5e5a1d1a03318cc5ad65bf3b 100644 (file)
@@ -11,9 +11,8 @@
 /* $Id: getopt.c,v 1.2 1992/12/07 11:12:52 nickc Exp $ */
 
 #include "common.h"            /* definition of FLASH */
-#include <string.h>
 
-int    optind = 0;                     /* next argv[] index */
+int    optind;                 /* next argv[] index */
 char *optarg;          /* option parameter if any */