V10/cmd/compat/unixemts.c

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

#include <stdio.h>
doemt(code) int code; {
	/* just print a message if not caught */
	fprintf(stderr,"EMT 0%o caught\n",code);
}