4.3BSD/usr/src/games/compat/unixemts.c

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

static char sccsid[] = "	unixemts.c	4.1	82/05/12	";

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