1ada6f083SXin LI /* 2ada6f083SXin LI * Header for the getopt() we supply if the platform doesn't supply it. 3ada6f083SXin LI */ 4ada6f083SXin LI extern char *optarg; /* getopt(3) external variables */ 5*b00ab754SHans Petter Selasky extern int optind, opterr, optreset, optopt; 6ada6f083SXin LI 7ada6f083SXin LI extern int getopt(int nargc, char * const *nargv, const char *ostr); 8