1*6811Srrh static char sccsid[] = " unixemts.c 4.1 82/05/12 "; 26806Srrh 36806Srrh #include <stdio.h> doemt(code)46806Srrh doemt(code) int code; { 56806Srrh /* just print a message if not caught */ 66806Srrh fprintf(stderr,"EMT 0%o caught\n",code); 76806Srrh } 8