Annotation of 43BSD/contrib/mh/sbr/ambigsw.c, revision 1.1.1.1

1.1       root        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: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.