1 #ifndef lint 2 static char sccsid[] = "@(#)cont.c 1.1 (Berkeley) 01/02/85"; 3 #endif 4 cont_(x,y) 5 int *x, *y; 6 { 7 cont(*x, *y); 8 } 9