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: }

Defined functions

doemt defined in line 4; used 1 times

Defined variables

sccsid defined in line 1; never used
Last modified: 1982-10-25
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 642
Valid CSS Valid XHTML 1.0 Strict