date and time created 83/03/09 16:22:55 by ralph
[unix-history] / usr / src / old / games.vax / compat / unixemts.c
CommitLineData
c6dd5f9e 1static char sccsid[] = " unixemts.c 4.1 82/05/12 ";
49e94e44
RH
2
3#include <stdio.h>
4doemt(code) int code; {
5 /* just print a message if not caught */
6 fprintf(stderr,"EMT 0%o caught\n",code);
7}