1 static char Sccsid[] = "@(#)clean.c	1.2	02/15/87";
2 /*
3 	Default clean_up routine for fatal and setsig.
4 	User defined clean_up routines are used for removing
5 	temporary files, etc.
6 */
7 
8 clean_up()
9 {
10 }
11