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