This is ambigsw.c in view mode; [Download] [Up]
/* 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, "-");
}
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.