11#define optarg subgetoptarg
12#define optind subgetoptind
13#define optpos subgetoptpos
14#define optproblem subgetoptproblem
15#define optprogname subgetoptprogname
16#define opteof subgetoptdone
18#define SUBGETOPTDONE -1
20extern int getoptb(
int,
char **,
char *);
int subgetopt(int, char **, char *)
int getoptb(int, char **, char *)