5eac9b237dfe809a7ac963d20da17faccd79815a
[unix-history] / usr / src / old / games.vax / compat / unixemts.c
static char sccsid[] = " unixemts.c 1.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);
}