#ifndef lint static char sccsid[] = "@(#)cont.c 1.1 (Berkeley) 01/02/85"; #endif cont_(x,y) int *x, *y; { cont(*x, *y); }