1 static char sccsid[] = "	unixemts.c	4.1	82/05/12	";
2 
3 #include <stdio.h>
4 doemt(code) int code; {
5 	/* just print a message if not caught */
6 	fprintf(stderr,"EMT 0%o caught\n",code);
7 }
8