static int dat[5];
-/*
- * prototypes
- */
-int sc_width (void); /* from termsbr.c */
-
/*
* static prototypes
*/
snprintf (buf, sizeof(buf), "%s [switches] addrs ...",
invo_name);
print_help (buf, switches, 1);
- done (1);
+ done (0);
case VERSIONSW:
print_version (invo_name);
- done (1);
+ done (0);
case FORMSW:
if (!(form = *argp++) || *form == '-')