1 #define NFLAG 128 2 3 extern char **flag[NFLAG]; 4 extern char *cmdname; 5 extern char *flagset[]; 6 7 int getflags(int, char*[], char*, int); 8