char *cp, **ap, **argp, buf[BUFSIZ];
/* Really only need to allocate for argc-1, but must allocate at least 1,
so go ahead and allocate for argc char pointers. */
char **vec = mh_xmalloc (argc * sizeof (char *)), **arguments;
struct aka *ak;
char *cp, **ap, **argp, buf[BUFSIZ];
/* Really only need to allocate for argc-1, but must allocate at least 1,
so go ahead and allocate for argc char pointers. */
char **vec = mh_xmalloc (argc * sizeof (char *)), **arguments;
struct aka *ak;