USG_PG3/usr/source/portc1/cerr2.c

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

IEH3err (message, a, b, c, d, e)
char message[];
	{
	extern int cgoof;
	printf(2,"ERROR ");
	printf(2,message, a, b, c, d, e);
	cputc('\n', 2);
	cexit(cgoof);
	}
cgoof 127;