4.3BSD/usr/src/usr.lib/libpc/CASERNG.c

Compare this file to the similar file:
Show the results in this format:

/* Copyright (c) 1982 Regents of the University of California */

static char sccsid[] = "@(#)CASERNG.c 1.1 2/2/82";

CASERNG(val)
	int val;
{
	ERROR("Label of %D not found in case\n", val);
}