1: /* ambigsw.c - report an ambiguous switch */
   2: 
   3: #include "../h/mh.h"
   4: #include <stdio.h>
   5: 
   6: 
   7: void ambigsw (arg, swp)
   8: register char   *arg;
   9: register struct swit *swp;
  10: {
  11:     advise (NULLCP, "-%s ambiguous.  It matches", arg);
  12:     printsw (arg, swp, "-");
  13: }

Defined functions

ambigsw defined in line 7; used 1 times
Last modified: 1985-09-08
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 737
Valid CSS Valid XHTML 1.0 Strict