1 #ifndef lint 2 static char sccsid[] = "@(#)fakcu.c 5.1 (Berkeley) 06/05/85"; 3 #endif not lint 4 5 /* 6 * Null cleanup routine to resolve reference in exit() 7 * if not using stdio. 8 */ 9 _cleanup() 10 { 11 } 12