|
|
BSD 4.3reno
/* ambigsw.c - report an ambiguous switch */
#include "../h/mh.h"
#include <stdio.h>
void ambigsw (arg, swp)
register char *arg;
register struct swit *swp;
{
advise (NULLCP, "-%s ambiguous. It matches", arg);
printsw (arg, swp, "-");
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.